Skip to content

Commit

Permalink
Revert "Fix compile error in DowngradeServletApiWhenUsingJetty"
Browse files Browse the repository at this point in the history
This reverts commit 5548109.
  • Loading branch information
knutwannheden committed Feb 20, 2024
1 parent 4b17cae commit 8b916c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public Set<String> getTags() {

@Override
public TreeVisitor<?, ExecutionContext> getVisitor() {
return Preconditions.check(new FindDependency("org.springframework.boot", "spring-boot-starter-jetty", null, null), new MavenVisitor<ExecutionContext>() {
return Preconditions.check(new FindDependency("org.springframework.boot", "spring-boot-starter-jetty"), new MavenVisitor<ExecutionContext>() {
@Override
public @Nullable Xml visit(@Nullable Tree tree, ExecutionContext ctx) {
if (tree == null) {
Expand Down

0 comments on commit 8b916c0

Please sign in to comment.