Searched defs:versionFull (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/core/
H A DProductInformation.java54 private final String versionFull; field in class:ProductInformation
77 versionFull =
81 versionFull + System.getProperty("line.separator") + "Build " + buildId()
303 public String versionFull() { method in class:ProductInformation
304 return versionFull;

Completed in 27 milliseconds