You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/spdx/core/ModelObjectHelper.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ private ModelObjectHelper() {
48
48
* @param objectUri the Object URI or anonymous ID
49
49
* @param propertyDescriptor property descriptor for the property
50
50
* @param copyManager if non null, any ModelObject property value not stored in the modelStore under the stDocumentUri will be copied to make it available
51
-
* @param specVersion - version of the SPDX spec the object complies with
51
+
* @param specVersion version of the SPDX spec the object complies with
52
52
* @param type optional type hint - used for individuals where the type may be ambiguous
53
53
* @param idPrefix prefix to be used when generating new SPDX IDs
54
54
* @return value associated with a property
@@ -184,7 +184,7 @@ public static void removePropertyValueFromCollection(IModelStore modelStore, Str
184
184
* @param modelStore ModelStore to use in fetching or creating
185
185
* @param copyManager if not null, copy any referenced ID's outside of this
186
186
* document/model store
187
-
* @param specVersion - version of the SPDX spec the object complies with
187
+
* @param specVersion version of the SPDX spec the object complies with
188
188
* @param type optional type hint - used for individuals where the type may be ambiguous
189
189
* @param idPrefix Prefix to be used if any new object URI's are generated
190
190
* @return the object itself unless it is a TypedValue, in which case a
0 commit comments