Skip to content

Commit 0710255

Browse files
CSV1KORatextor
authored andcommitted
#691 github-actions[bot] comments addressed
1 parent b14eae9 commit 0710255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/samm-cli/src/main/java/org/eclipse/esmf/aspect/to/AspectToJavaCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private JavaCodeGenerationConfig buildConfig( final Aspect aspect ) {
146146
.jsonTypeInfo( jsonTypeInfo )
147147
.templateLibFile( templateLibFile )
148148
.enableJacksonAnnotations( !disableJacksonAnnotations )
149-
.enableJacksonAnnotationJsonFormatShapeObject(!disableJacksonAnnotationJsonFormatShapeObject)
149+
.enableJacksonAnnotationJsonFormatShapeObject( !disableJacksonAnnotationJsonFormatShapeObject )
150150
.packageName( pkgName )
151151
.namePrefix( namePrefix )
152152
.namePostfix( namePostfix )

0 commit comments

Comments
 (0)