align package names.
[utils] / security / impl / src / main / java / org / wamblee / security / authentication / UserSet.java
similarity index 98%
rename from security/impl/src/main/java/org/wamblee/usermgt/UserSet.java
rename to security/impl/src/main/java/org/wamblee/security/authentication/UserSet.java
index c8912a839b18a6b43eded6a230714d176c8dc1f0..90b3f8977b6075453594d5246b8b05d9d9968717 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */ 
-package org.wamblee.usermgt;
+package org.wamblee.security.authentication;
 
 import java.util.Set;