Skip to content

Commit 0f3b6c6

Browse files
committed
Version: isSemantic() is public
1 parent d56af75 commit 0f3b6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scm4j/commons/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public Boolean isGreaterThan(Version other) {
200200

201201
}
202202

203-
private boolean isSemantic() {
203+
public boolean isSemantic() {
204204
return isSemantic;
205205
}
206206

0 commit comments

Comments
 (0)