MCPcopy Index your code
hub / github.com/annmuor/jnode / toString

Method toString

jnode-core/src/jnode/dto/Version.java:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 @Override
65 public String toString() {
66 return String.format("%d.%d @ %s", majorVersion, minorVersion,
67 FtnTools.FORMAT.format(installedAt));
68 }
69
70 @Override
71 public int hashCode() {

Callers 1

InstallUtilMethod · 0.95

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected