MCPcopy Create free account
hub / github.com/annmuor/jnode / getSelf

Method getSelf

jnode-core/src/jnode/install/DefaultVersion.java:30–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 private static DefaultVersion self;
29
30 public static Version getSelf() {
31 if (self == null) {
32 synchronized (DefaultVersion.class) {
33 self = new DefaultVersion();
34 }
35 }
36 return self;
37 }
38
39 private DefaultVersion() {
40 setMajorVersion(1L);

Callers 3

getVersionMethod · 0.95
doInstallMethod · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected