Skip to content

Commit 9d22372

Browse files
committed
Fix forbiddenApiFilters (should be a # between the class and method, not .)
1 parent 666b4a0 commit 9d22372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/forbiddenApiFilters/main.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ java.lang.String#replaceAll(java.lang.String,java.lang.String)
88
java.lang.String#replaceFirst(java.lang.String,java.lang.String)
99

1010
# can initialize java.util.logging when ACCP is installed, prefer RandomUtils instead
11-
java.util.UUID.randomUUID()
11+
java.util.UUID#randomUUID()
1212

1313
# prefer the NameMatchers/HierarchyMatchers equivalent instead
1414
net.bytebuddy.matcher.ElementMatchers#named(java.lang.String)

0 commit comments

Comments
 (0)