- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setTimeProvider (0.07 seconds)
-
src/main/java/org/codelibs/core/lang/SystemUtil.java
} /** * Sets a custom time provider. Useful for testing. * * @param provider the time provider, or null to reset to default */ public static void setTimeProvider(LongSupplier provider) { timeProvider = provider != null ? provider : System::currentTimeMillis; }Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Feb 12 12:10:45 GMT 2026 - 4.1K bytes - Click Count (0)