We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdc2ee commit 744ee1cCopy full SHA for 744ee1c
1 file changed
hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/util/VersionUtil.java
@@ -109,7 +109,7 @@ public static Properties loadProperties() {
109
110
try (InputStream is =
111
VersionUtil.class.getResourceAsStream("/version.properties")) {
112
- props.load(is);
+ props.load(is);
113
} catch (IOException e) {
114
throw new RuntimeException("Could not load version.properties", e);
115
}
0 commit comments