Skip to content

Commit

Permalink
#10004 (deegree#200) - Applied spring java formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
julianzz98 committed Oct 24, 2024
1 parent a4ad39b commit 9bd35ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@ private boolean isGML32FeatureCollection(XSElementDeclaration featureDecl) {
boolean maxOccursUnbounded = particle.getMaxOccursUnbounded();
return maxOccurs > 1 || maxOccursUnbounded;
}
return featureDecl.getAnnotation() != null && featureDecl.getAnnotation().getAnnotationString().contains("deprecated");
return featureDecl.getAnnotation() != null
&& featureDecl.getAnnotation().getAnnotationString().contains("deprecated");
}
}
return false;
Expand Down

0 comments on commit 9bd35ca

Please sign in to comment.