Skip to content

Commit 1c9c872

Browse files
committed
Java: add missing QLDoc for JdkInternals*.qll
1 parent 20a8438 commit 1c9c872

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

java/ql/src/Compatibility/JDK9/JdkInternals.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides predicates for identifying unsupported JDK-internal APIs.
3+
*/
4+
15
/**
26
* Provides a QL encoding of the list of unsupported JDK-internal APIs at:
37
*

java/ql/src/Compatibility/JDK9/JdkInternalsReplacement.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides predicates for identifying suggested replacements for unsupported JDK-internal APIs.
3+
*/
4+
15
/**
26
* Provides a QL encoding of the suggested replacements for unsupported JDK-internal APIs listed at:
37
*

0 commit comments

Comments
 (0)