All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.snice.time.SystemClock Maven / Gradle / Ivy

/**
 * 
 */
package io.snice.time;

/**
 * @author [email protected]
 * 
 */
public class SystemClock implements Clock {

    @Override
    public long getCurrentTimeMillis() {
        return System.currentTimeMillis();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy