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

com.att.nsa.util.NsaJvmClock Maven / Gradle / Ivy

There is a newer version: 1.2.0-oss
Show newest version
/*******************************************************************************
 * Copyright (c) 2016 AT&T Intellectual Property. All rights reserved.
 *******************************************************************************/
package com.att.nsa.util;

/**
 * @deprecated use SaClock
 */
public class NsaJvmClock extends NsaClock
{
	@Override
	public long getCurrentMs () { return jvmNow (); }

	public static long jvmNow () { return System.currentTimeMillis (); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy