Skip to content
Snippets Groups Projects
Commit 3938d99d authored by gmantele's avatar gmantele
Browse files

[UWS] End of 'Fix synchronization bug while generating the default Job ID'...

[UWS] End of 'Fix synchronization bug while generating the default Job ID' (commit e6a9d52f)
parent 3d248715
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ public class UWSJob extends SerializableUWSObject {
/* VARIABLES */
/* ********* */
/** The last generated job ID. <b>It SHOULD be used ONLY by the function {@link #generateJobId()} !</b> */
protected static String lastId = null;
protected static String lastId = System.currentTimeMillis() + "A";
/** The identifier of the job (it MUST be different from any other job).<BR />
* <i><u>Note:</u> It is assigned automatically at the job creation in any job constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment