|
@@ -17,7 +17,7 @@ import java.util.Map;
|
|
|
@Component
|
|
@Component
|
|
|
public class ZLMServerFactory {
|
|
public class ZLMServerFactory {
|
|
|
|
|
|
|
|
- private Logger logger = LoggerFactory.getLogger("ZLMServerFactory");
|
|
|
|
|
|
|
+ private final static Logger logger = LoggerFactory.getLogger(ZLMServerFactory.class);
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private ZLMRESTfulUtils zlmresTfulUtils;
|
|
private ZLMRESTfulUtils zlmresTfulUtils;
|