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.
2 parents a22ea13 + a80058d commit 5df4f76Copy full SHA for 5df4f76
src/main/java/org/spdx/library/model/enumerations/RelationshipType.java
@@ -52,7 +52,7 @@ public enum RelationshipType implements IndividualUriValue {
52
PACKAGE_OF("relationshipType_packageOf"),
53
PATCH_APPLIED("relationshipType_patchApplied"),
54
PATCH_FOR("relationshipType_patchFor"),
55
- AMENDS("relationshipType_amends"),
+ AMENDS("relationshipType_amendment"),
56
STATIC_LINK("relationshipType_staticLink"),
57
TEST_CASE_OF("relationshipType_testcaseOf"),
58
PREREQUISITE_FOR("relationshipType_prerequisiteFor"),
0 commit comments