There was an error while loading. Please reload this page.
1 parent 9ae87f8 commit 11c0f20Copy full SHA for 11c0f20
1 file changed
src/main/java/org/spdx/core/SpdxCoreConstants.java
@@ -50,7 +50,7 @@ public static SpdxMajorVersion latestVersion() {
50
/**
51
* @return the string prefix used in all version strings
52
*/
53
- String prefix() {
+ public String prefix() {
54
return prefix;
55
}
56
0 commit comments