Skip to content

Commit f824f90

Browse files
java-team-github-botError Prone Team
authored andcommitted
Fix[]
The section on Javadoc requirements has moved from s7.1.1 to s7.3 in the Google Java Style Guide. Added in 43874cd PiperOrigin-RevId: 940542494
1 parent 21018ff commit f824f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/google/errorprone/bugpatterns/javadoc/MissingJavadoc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
summary = "Public types and public/protected members must have Javadoc comments.",
5757
severity = WARNING,
5858
linkType = CUSTOM,
59-
link = "https://google.github.io/styleguide/javaguide.html#s7.1.1-where-required",
59+
link = "https://google.github.io/styleguide/javaguide.html#s7.3-javadoc-where-required",
6060
documentSuppression = false)
6161
public final class MissingJavadoc extends BugChecker
6262
implements ClassTreeMatcher, MethodTreeMatcher, VariableTreeMatcher {

0 commit comments

Comments
 (0)