Loading src/uws/service/UWSService.java +7 −7 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ import uws.service.wait.BlockingPolicy; * </p> * * @author Grégory Mantelet (CDS;ARI) * @version 4.3 (11/2017) * @version 4.4 (08/2018) */ public class UWSService implements UWS { Loading Loading @@ -337,7 +337,7 @@ public class UWSService implements UWS { name = urlInterpreter.getUWSName(); // Log the successful initialization: logger.logUWS(LogLevel.INFO, this, "INIT", "UWS successfully initialized!", null); this.logger.logUWS(LogLevel.INFO, this, "INIT", "UWS successfully initialized!", null); }catch(NullPointerException ex){ // Log the exception: Loading Loading @@ -380,7 +380,7 @@ public class UWSService implements UWS { this(jobFactory, fileManager, logger); setUrlInterpreter(urlInterpreter); if (this.urlInterpreter != null) logger.logUWS(LogLevel.INFO, this, "INIT", "UWS successfully initialized.", null); this.logger.logUWS(LogLevel.INFO, this, "INIT", "UWS successfully initialized.", null); } @Override Loading Loading
src/uws/service/UWSService.java +7 −7 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ import uws.service.wait.BlockingPolicy; * </p> * * @author Grégory Mantelet (CDS;ARI) * @version 4.3 (11/2017) * @version 4.4 (08/2018) */ public class UWSService implements UWS { Loading Loading @@ -337,7 +337,7 @@ public class UWSService implements UWS { name = urlInterpreter.getUWSName(); // Log the successful initialization: logger.logUWS(LogLevel.INFO, this, "INIT", "UWS successfully initialized!", null); this.logger.logUWS(LogLevel.INFO, this, "INIT", "UWS successfully initialized!", null); }catch(NullPointerException ex){ // Log the exception: Loading Loading @@ -380,7 +380,7 @@ public class UWSService implements UWS { this(jobFactory, fileManager, logger); setUrlInterpreter(urlInterpreter); if (this.urlInterpreter != null) logger.logUWS(LogLevel.INFO, this, "INIT", "UWS successfully initialized.", null); this.logger.logUWS(LogLevel.INFO, this, "INIT", "UWS successfully initialized.", null); } @Override Loading