Loading src/uws/job/UWSJob.java +4 −6 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ package uws.job; * You should have received a copy of the GNU Lesser General Public License * along with UWSLibrary. If not, see <http://www.gnu.org/licenses/>. * * Copyright 2012 - UDS/Centre de Données astronomiques de Strasbourg (CDS) * Copyright 2012-2014 - UDS/Centre de Données astronomiques de Strasbourg (CDS), * Astronomisches Rechen Institute (ARI) */ import java.io.IOException; Loading Loading @@ -118,8 +119,8 @@ import uws.service.log.UWSLog; * </li> * </ul> * * @author Grégory Mantelet (CDS) * @version 06/2012 * @author Grégory Mantelet (CDS;ARI) * @version 4.1 (04/2014) */ public class UWSJob extends SerializableUWSObject { private static final long serialVersionUID = 1L; Loading Loading @@ -1323,9 +1324,6 @@ public class UWSJob extends SerializableUWSObject { }// Otherwise start directly the execution: else{ System.out.println("Starting "+jobId+"..."); (new Exception("Starting "+jobId)).printStackTrace(); // Try to change the phase: setPhase(ExecutionPhase.EXECUTING); Loading Loading
src/uws/job/UWSJob.java +4 −6 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ package uws.job; * You should have received a copy of the GNU Lesser General Public License * along with UWSLibrary. If not, see <http://www.gnu.org/licenses/>. * * Copyright 2012 - UDS/Centre de Données astronomiques de Strasbourg (CDS) * Copyright 2012-2014 - UDS/Centre de Données astronomiques de Strasbourg (CDS), * Astronomisches Rechen Institute (ARI) */ import java.io.IOException; Loading Loading @@ -118,8 +119,8 @@ import uws.service.log.UWSLog; * </li> * </ul> * * @author Grégory Mantelet (CDS) * @version 06/2012 * @author Grégory Mantelet (CDS;ARI) * @version 4.1 (04/2014) */ public class UWSJob extends SerializableUWSObject { private static final long serialVersionUID = 1L; Loading Loading @@ -1323,9 +1324,6 @@ public class UWSJob extends SerializableUWSObject { }// Otherwise start directly the execution: else{ System.out.println("Starting "+jobId+"..."); (new Exception("Starting "+jobId)).printStackTrace(); // Try to change the phase: setPhase(ExecutionPhase.EXECUTING); Loading