Skip to content

Commit b8a966a

Browse files
committed
update
1 parent 4b0e9b0 commit b8a966a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ packages contain implementation details that should not be used by external cons
7878

7979
### `final` keyword usage
8080

81-
Public non-internal classes should be declared `final` where possible.
81+
Public non-internal non-test classes should be declared `final` where possible.
8282

83-
Methods should only be declared `final` if they are in public non-internal non-final classes.
83+
Methods should only be declared `final` if they are in public non-internal non-test non-final classes.
8484

8585
Fields should be declared `final` where possible.
8686

0 commit comments

Comments
 (0)