Skip to content

Commit

Permalink
checkstyle fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
joviegas committed Jan 26, 2025
1 parent 5953fdf commit 94f3951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static Metadata constructMetadata(ServiceModel serviceModel,
.withJsonVersion(serviceMetadata.getJsonVersion())
.withEndpointPrefix(serviceMetadata.getEndpointPrefix())
.withSigningName(serviceMetadata.getSigningName())
.withAuthType(serviceMetadata.getSignatureVersion() !=null ?
.withAuthType(serviceMetadata.getSignatureVersion() != null ?
AuthType.fromValue(serviceMetadata.getSignatureVersion()) : null)
.withUid(serviceMetadata.getUid())
.withServiceId(serviceMetadata.getServiceId())
Expand Down

0 comments on commit 94f3951

Please sign in to comment.