Skip to content

Commit e33ebdc

Browse files
committed
Java: add missing QLDoc for NamingConventionsCommon.qll
1 parent 0e1ca44 commit e33ebdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/src/Advisory/Naming/NamingConventionsCommon.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
/** Provides classes and predicates related to Java naming conventions. */
2+
13
import java
24

5+
/** A field that is both `static` and `final`. */
36
class ConstantField extends Field {
47
ConstantField() {
58
this.isStatic() and

0 commit comments

Comments
 (0)