Remove library annotations

This commit is contained in:
Tony Torralba
2023-10-13 12:46:56 +02:00
parent 1297acf5b1
commit 0cea3f8531
22 changed files with 35 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ import semmle.code.java.dataflow.SSA
/**
* The kind of bound that is known to hold for some variable.
*/
library class BoundKind extends string {
class BoundKind extends string {
BoundKind() { this = ["=", "!=", ">=", "<="] }
predicate isEqual() { this = "=" }