Skip to content

Commit 9fe5301

Browse files
committed
Fix typo in SpdxModelClassFactoryV3 template
Signed-off-by: Gary O'Neall <[email protected]>
1 parent 7792a62 commit 9fe5301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/javaTemplates/ModelClassFactoryTemplate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public class SpdxModelClassFactoryV3 {
9595
if (e.getTargetException() instanceof InvalidSPDXAnalysisException) {
9696
throw (InvalidSPDXAnalysisException)e.getTargetException();
9797
} else {
98-
throw new InvalidSPDXAnalysisException("Unexpected invocation target exception for SPDX version 2 type: "+type, e);
98+
throw new InvalidSPDXAnalysisException("Unexpected invocation target exception for SPDX version 3 type: "+type, e);
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)