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: core/esmf-aspect-model-java-generator/src/main/java/org/eclipse/esmf/aspectmodel/java/AspectModelJavaUtil.java
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -344,11 +344,18 @@ public static Class<?> getDataTypeClass( final Type dataType ) {
344
344
* Convert a string given as upper or lower camel case into a constant format. For example {@code someVariable} would become
345
345
* {@code SOME_VARIABLE}.
346
346
*
347
-
* @param upperOrLowerCamelString the string to convert
Copy file name to clipboardExpand all lines: core/esmf-aspect-model-java-generator/src/test/java/org/eclipse/esmf/aspectmodel/java/AspectModelJavaUtilTest.java
0 commit comments