Skip to content

Commit

Permalink
Upgrade java-parent to v23 (#716)
Browse files Browse the repository at this point in the history
* Upgrade java-parent to v23

* fix pmd error
  • Loading branch information
arvindkrishnakumar-okta committed Mar 30, 2022
1 parent e2a38c8 commit b0292b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private AttributeDiscriminationStrategy(String key, Map<String, Class> values) {
this.values = values;
}

@SuppressWarnings({"PMD.UnusedPrivateMethod"})
private <P> Class<P> resolve(Class<P> clazz, Map data) {

if (data.containsKey(key)) {
Expand All @@ -82,4 +83,4 @@ private <P> Class<P> resolve(Class<P> clazz, Map data) {
return clazz;
}
}
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta</groupId>
<artifactId>okta-parent</artifactId>
<version>21</version>
<version>23</version>
</parent>

<groupId>com.okta.sdk</groupId>
Expand Down

0 comments on commit b0292b2

Please sign in to comment.