Skip to content

Commit

Permalink
Fixes problem in JavaDoc param using wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi committed Feb 28, 2025
1 parent 105a34a commit d871e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static String serializeSubmodelElement(SubmodelElement submodelElement) {
/**
* Serializer to create a JSON String for the given submodel elements.
*
* @param submodelElement
* @param submodelElements
* @return serialized list of submodelElements as JSON String
*/
public static String serializeSubmodelElements(List<SubmodelElement> submodelElements) {
Expand Down

0 comments on commit d871e86

Please sign in to comment.