X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fusermgt%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FUserAdminInitializer.java;h=5b07ff481b0bbfb3b575f46dcf9c6973e8ce92f9;hb=126430fd1f414ca00babd8d90a58e772c62ac571;hp=3c33319aa58ee3915d65efe80274dc466dfac85d;hpb=020248b5d6ad29834255f1d13f926db0bdd29d58;p=utils diff --git a/security/usermgt/src/main/java/org/wamblee/security/authentication/UserAdminInitializer.java b/security/usermgt/src/main/java/org/wamblee/security/authentication/UserAdminInitializer.java index 3c33319a..5b07ff48 100644 --- a/security/usermgt/src/main/java/org/wamblee/security/authentication/UserAdminInitializer.java +++ b/security/usermgt/src/main/java/org/wamblee/security/authentication/UserAdminInitializer.java @@ -12,10 +12,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.wamblee.security.authentication; -import org.apache.log4j.Logger; +import java.util.logging.Logger; /** * User administration initializer. It populates the user administration with a @@ -25,7 +25,7 @@ import org.apache.log4j.Logger; */ public class UserAdminInitializer { private static final Logger LOGGER = Logger - .getLogger(UserAdminInitializer.class); + .getLogger(UserAdminInitializer.class.getName()); /** * Initializes the user administration in case no users are present.