Skip to content

Commit 2ec8fb3

Browse files
committed
Better naming
1 parent 68c66ef commit 2ec8fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utbot-junit-contest/src/main/kotlin/org/utbot/contest/ContestEstimator.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ import org.utbot.framework.UtSettings
4242
private val logger = KotlinLogging.logger {}
4343

4444
private val classPathSeparator = System.getProperty("path.separator")
45-
//To hack it to debug something be like Dima
46-
// if (System.getProperty("user.name") == "d00555580") my_path else "JAVA_HOME"
45+
//To hack it to debug something be like Duke
46+
// if (System.getProperty("user.name") == "duke") my_path else "JAVA_HOME"
4747
private val javaHome = System.getenv("JAVA_HOME")
4848

4949
private val javacCmd = "$javaHome/bin/javac"

0 commit comments

Comments
 (0)