com.att.nsa.util.NsaJvmClock Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of saToolkit Show documentation
Show all versions of saToolkit Show documentation
Library of code used in various service assurance systems
/*******************************************************************************
* 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