Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit 7a09ede

Browse files
authored
GEODE-8087: delete debug println from japicmp (apache#5086)
1 parent 9d2ffc1 commit 7a09ede

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildSrc/src/main/groovy/org/apache/geode/gradle/japicmp/ParentIsExperimental.groovy

-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,12 @@ class ParentIsExperimental extends AbstractRecordingSeenMembers {
3838
}
3939

4040
if (isExperimental) {
41-
println("return accept [${member}]")
4241
return Violation.accept(member, "Parent class is @Experimental")
4342
}
4443
}
4544
}
4645

4746
boolean isClassExperimental(final JApiClass member) {
48-
println(" member annotations: [${member.annotations}]")
4947
boolean isExperimental = false
5048
if (!member.annotations.find {
5149
it.fullyQualifiedName == 'org.apache.geode.annotations.Experimental'

0 commit comments

Comments
 (0)