Skip to content

Commit 5a91e16

Browse files
committed
Removed int
1 parent fe08e0e commit 5a91e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/uml/main/input/CharacteristicDatamodelConcept.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package models {
3333
+ {static} REQUIRED_FORMAT: String
3434
- x: ComparableQuantity<A>
3535
- y: ComparableQuantity<O>
36-
+ serialize(int): String
36+
+ serialize(): String
3737
- {static} buildExceptionMessage(String): String
3838
- {static} buildExceptionMessage(String, String): String
3939
}

0 commit comments

Comments
 (0)