Skip to content

Commit e6358ed

Browse files
committed
PMD: Fix error
1 parent 53b1e5d commit e6358ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/pmd/java/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ public static String good(CompletableFuture<String> complFuture) throws Exceptio
10661066
//MethodDeclaration//MethodCall[
10671067
pmd-java:matchesSig('org.apache.hc.client5.http.impl.classic.HttpClientBuilder#create()')
10681068
or pmd-java:matchesSig('org.apache.hc.client5.http.impl.classic.HttpClients#custom()')
1069-
or pmd-java:matchesSig('org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder#build()'
1069+
or pmd-java:matchesSig('org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder#build()')
10701070
]
10711071
[ancestor::MethodDeclaration//ClassType[pmd-java:typeIs('org.springframework.http.HttpEntity')
10721072
or pmd-java:typeIs('org.springframework.http.ResponseEntity')]

0 commit comments

Comments
 (0)