Skip to content

Commit 6f8d969

Browse files
authored
Merge pull request #5 from stankiewicz/stankiewicz-patch-1
Update comment in BeamModulePlugin.groovy around ErrorProne
2 parents 2f499a3 + 1e49f75 commit 6f8d969

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,7 @@ class BeamModulePlugin implements Plugin<Project> {
15481548
"MockNotUsedInProduction",
15491549
"NullableWildcard",
15501550
"SuperCallToObjectMethod",
1551+
// Intended suppressions with justifications
15511552
// for encoding efficiency and backward compatibility
15521553
"EnumOrdinal",
15531554
// widely used in non-public methods

0 commit comments

Comments
 (0)