Skip to content

Commit 6723ff7

Browse files
committed
Fix typo in buildFileVersion column
1 parent 582f605 commit 6723ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/kotlin/org/javacs/kt/classpath/CachedClassPathResolver.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ private const val MAX_PATH_LENGTH = 255
1616

1717
private object ClassPathMetadataCache : IntIdTable() {
1818
val includesSources = bool("includessources")
19-
val buildFileVersion = long("buidlfileversion").nullable()
19+
val buildFileVersion = long("buildfileversion").nullable()
2020
}
2121

2222
private object ClassPathCacheEntry : IntIdTable() {

0 commit comments

Comments
 (0)