File tree Expand file tree Collapse file tree
ezrtp-common/src/main/java/com/skyblockexp/ezrtp/performance Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .skyblockexp .ezrtp .performance ;
22
3+ import java .util .Locale ;
4+
35/** Immutable point-in-time snapshot of EzRTP performance metrics. */
46public final class PerformanceSnapshot {
57
@@ -210,6 +212,6 @@ public String toJson() {
210212 }
211213
212214 private static String fmt (double value ) {
213- return String .format ("%.2f" , value );
215+ return String .format (Locale . US , "%.2f" , value );
214216 }
215217}
Original file line number Diff line number Diff line change 3333 <groupId >com.skyblockexp</groupId >
3434 <artifactId >ezrtp-common</artifactId >
3535 <version >3.2.0</version >
36+ <scope >provided</scope >
3637 </dependency >
3738 <dependency >
3839 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 2424 <groupId >com.skyblockexp</groupId >
2525 <artifactId >ezrtp-common</artifactId >
2626 <version >3.2.0</version >
27+ <scope >provided</scope >
2728 </dependency >
2829 <dependency >
2930 <groupId >io.papermc.paper</groupId >
7778 <artifactSet >
7879 <includes >
7980 <include >com.skyblockexp:ezrtp-paper</include >
80- <include >com.skyblockexp:ezrtp-common</include >
8181 </includes >
8282 </artifactSet >
8383 <createDependencyReducedPom >false</createDependencyReducedPom >
You can’t perform that action at this time.
0 commit comments