formatting

This commit is contained in:
Guillaume Polaert 2017-07-26 12:52:09 +02:00
parent d3260243f5
commit e5c119b857
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package com.datadoghq.trace.util;
public class Clock {
public synchronized static long nowNanos() {
public static synchronized long nowNanos() {
return System.nanoTime();
}
}