OrientDB 1.7.1
What's the purpose of OConstants.getBuildNumber()? It appears to get the
System property orient.build.number but why?
com.orientechnologies.orient.core.OConstants
final String buildNumber = System.getProperty("orientdb.build.number");
public static String getBuildNumber() {
final String buildNumber = System.getProperty("orientdb.build.number");
if (buildNumber == null)
return null;
return buildNumber;
}
if (buildNumber != null) {
buffer.append(" (build ");
buffer.append(buildNumber);
buffer.append(")");
}
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.