Skip to content

Commit 13478e6

Browse files
update comment
1 parent 47df177 commit 13478e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ktorm-core/src/main/kotlin/org/ktorm/entity/DefaultMethodHandler.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ internal class DefaultMethodHandler(
7272

7373
private fun initLookupConstructor(): Constructor<Lookup>? {
7474
try {
75-
// This method only runs in JDK 1.8, so the reflection operation (setAccessible) is safe.
75+
// This branch only runs in JDK 1.8, so the reflection operation (setAccessible) is safe.
7676
val c = Lookup::class.java.getDeclaredConstructor(Class::class.java, Int::class.javaPrimitiveType)
7777
c.isAccessible = true
7878
return c

0 commit comments

Comments
 (0)