We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7792a62 commit 9fe5301Copy full SHA for 9fe5301
resources/javaTemplates/ModelClassFactoryTemplate.txt
@@ -95,7 +95,7 @@ public class SpdxModelClassFactoryV3 {
95
if (e.getTargetException() instanceof InvalidSPDXAnalysisException) {
96
throw (InvalidSPDXAnalysisException)e.getTargetException();
97
} else {
98
- throw new InvalidSPDXAnalysisException("Unexpected invocation target exception for SPDX version 2 type: "+type, e);
+ throw new InvalidSPDXAnalysisException("Unexpected invocation target exception for SPDX version 3 type: "+type, e);
99
}
100
101
0 commit comments