Skip to content

Commit af5f9a6

Browse files
committed
fixes
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 4e305af commit af5f9a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ under the License.
281281
<plugin>
282282
<groupId>org.apache.maven.plugins</groupId>
283283
<artifactId>maven-checkstyle-plugin</artifactId>
284-
<version>3.4.0</version>
284+
<version>3.6.0</version>
285285
<dependencies>
286286
<dependency>
287287
<groupId>com.puppycrawl.tools</groupId>

tools/maven/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ This file is based on the checkstyle file of Apache Beam.
285285
<module name="JavadocParagraph"/>
286286

287287
<module name="JavadocType">
288+
<property name="scope" value="protected"/>
288289
<property name="severity" value="error"/>
289290
<property name="allowMissingParamTags" value="true"/>
290291
</module>

0 commit comments

Comments
 (0)