Skip to content

Commit

Permalink
chore: remove unused variables (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVerhoeven authored Oct 21, 2023
1 parent 6d19a3e commit 08ac577
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
@EqualsAndHashCode(callSuper = true)
public class AddJaxwsRuntime extends Recipe {

private static final String LEGACY_JAVA_JAXWS_API_GROUP = "javax.xml.ws";
private static final String LEGACY_JAVA_JAXWS_API_ARTIFACT = "jaxws-api";

private static final String JAKARTA_JAXWS_API_GROUP = "jakarta.xml.ws";
private static final String JAKARTA_JAXWS_API_ARTIFACT = "jakarta.xml.ws-api";

Expand Down

0 comments on commit 08ac577

Please sign in to comment.