Skip to content

Commit 1f5ca76

Browse files
committed
fix compile
1 parent bd9ac5d commit 1f5ca76

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

lib/src/main/kotlin/module-info.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
exports org.veupathdb.lib.compute.platform.config;
44

55
requires kotlin.stdlib;
6-
requires kotlin.stdlib.jdk7;
7-
requires kotlin.stdlib.jdk8;
86

97
requires java.sql;
108

@@ -21,4 +19,4 @@
2119
requires com.github.benmanes.caffeine;
2220
requires workspaces.java;
2321

24-
}
22+
}

lib/src/main/kotlin/org/veupathdb/lib/compute/platform/JobManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ internal object JobManager {
113113
private fun ensureLock(jobID: HashID): ReentrantLock {
114114
return LocksByJobID.get(jobID.string) { ReentrantLock() }
115115
}
116-
}
116+
}

0 commit comments

Comments
 (0)