MCPcopy Create free account
hub / github.com/PCGen/pcgen / getInstance

Method getInstance

code/src/java/pcgen/system/LegacySettings.java:47–50  ·  view source on GitHub ↗

@return The singleton LegacySettings instance.

()

Source from the content-addressed store, hash-verified

45 * @return The singleton LegacySettings instance.
46 */
47 public static LegacySettings getInstance()
48 {
49 return INSTANCE;
50 }
51
52 @Override
53 protected void afterPropertiesLoaded()

Callers 1

loadPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected