mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Java: add missing QLDoc for NamingConventionsCommon.qll
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
/** Provides classes and predicates related to Java naming conventions. */
|
||||
|
||||
import java
|
||||
|
||||
/** A field that is both `static` and `final`. */
|
||||
class ConstantField extends Field {
|
||||
ConstantField() {
|
||||
this.isStatic() and
|
||||
|
||||
Reference in New Issue
Block a user