walker-infrastructure/src/main/java/com/walker/infrastructure/arguments/AbstractArgumentsManager.java
@@ -2,7 +2,6 @@ import com.walker.infrastructure.arguments.support.DefaultVariable; import com.walker.infrastructure.utils.StringUtils; import com.walker.security.SystemLogMan; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -43,7 +42,6 @@ @Override public void afterPropertiesSet() throws Exception{ SystemLogMan.getInstance().checkMan(); // if(this.source == null){ // throw new ArgumentsException("parameter: source is not found!"); // }