Skip to content

Commit eaa04b7

Browse files
committed
Apply code review findings
1 parent 78c23c2 commit eaa04b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/ql/lib/semmle/code/java/frameworks/kotlin/Serialization.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides classes and predicates for working with thi `kotlinx.serialization` plugin.
2+
* Provides classes and predicates for working with the `kotlinx.serialization` plugin.
33
*/
44

55
import java

java/ql/src/Likely Bugs/Arithmetic/ConstantExpAppearsNonConstant.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
import java
13-
private import semmle.code.java.frameworks.kotlin.Serialization
13+
import semmle.code.java.frameworks.kotlin.Serialization
1414

1515
int eval(Expr e) { result = e.(CompileTimeConstantExpr).getIntValue() }
1616

0 commit comments

Comments
 (0)