Skip to content

Commit 11c0f20

Browse files
committed
Make prefix method in major version public
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent 9ae87f8 commit 11c0f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/spdx/core/SpdxCoreConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static SpdxMajorVersion latestVersion() {
5050
/**
5151
* @return the string prefix used in all version strings
5252
*/
53-
String prefix() {
53+
public String prefix() {
5454
return prefix;
5555
}
5656
}

0 commit comments

Comments
 (0)