]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/org.argeo.slc.spring/ext/test/org/argeo/slc/core/execution/ExceptionIfInitCalledTwice.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / legacy / org.argeo.slc.spring / ext / test / org / argeo / slc / core / execution / ExceptionIfInitCalledTwice.java
index 7ba7c826a33834ca573ea5c834ec5b98d775c4a6..658ff3424470cb243f47ba00b49c3a7cd2c91a01 100644 (file)
@@ -1,12 +1,11 @@
 package org.argeo.slc.core.execution;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.api.cms.CmsLog;
 import org.argeo.slc.SlcException;
 import org.springframework.beans.factory.InitializingBean;
 
 public class ExceptionIfInitCalledTwice implements Runnable, InitializingBean {
-       private final static Log log = LogFactory
+       private final static CmsLog log = CmsLog
                        .getLog(ExceptionIfInitCalledTwice.class);
 
        private Boolean calledOnce = false;