MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / instantiate

Method instantiate

src/main/java/com/volmit/adapt/util/Form.java:59–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 private static void instantiate() {
60 if (NF == null) {
61 NF = NumberFormat.getInstance(Locale.US);
62 }
63 }
64
65 /**
66 * Scroll text

Callers 1

fMethod · 0.95

Calls 1

getInstanceMethod · 0.80

Tested by

no test coverage detected