Skip to content

Commit

Permalink
Cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Sep 9, 2022
1 parent ca2dcde commit 6273c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
</plugin>
</plugin>
<!-- license formatter -->
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ protected List<String> profilesToAliases(Set<AuthenticationProfile> profiles) {
return profileNames;
}

@SuppressWarnings("deprecation")
public String opensslDnToRFC2253(String dn) {

String rfc2253Dn = OpensslNameUtils.opensslToRfc2253(dn);
Expand Down

0 comments on commit 6273c79

Please sign in to comment.