Fixed text snippet max init time statistic rendering

pull/137/head
luccioman 7 years ago
parent a8234b7ea7
commit 3c4344cb12

@ -191,7 +191,7 @@ public class TextSnippetStatistics {
* initialization since last JVM start
*/
public long getMaxInitTime() {
return this.totalInitTime.get();
return this.maxInitTime.get();
}
/**

Loading…
Cancel
Save