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: basyx.common/basyx.mqttcore/src/main/java/org/eclipse/digitaltwin/basyx/common/mqttcore/serializer/SubmodelElementSerializer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ public static String serializeSubmodelElement(SubmodelElement submodelElement) {
78
78
/**
79
79
* Serializer to create a JSON String for the given submodel elements.
80
80
*
81
-
* @param submodelElement
81
+
* @param submodelElements
82
82
* @return serialized list of submodelElements as JSON String
0 commit comments