mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Add getStartTimeMillis
This commit is contained in:
@ -1919,4 +1919,12 @@ public class QJavalinImplementation
|
|||||||
MILLIS_BETWEEN_HOT_SWAPS = millisBetweenHotSwaps;
|
MILLIS_BETWEEN_HOT_SWAPS = millisBetweenHotSwaps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
**
|
||||||
|
*******************************************************************************/
|
||||||
|
public static long getStartTimeMillis()
|
||||||
|
{
|
||||||
|
return (startTime);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user