Skip to content

Commit

Permalink
Changed method to private as it only used by ScriptEvaluator class.
Browse files Browse the repository at this point in the history
  • Loading branch information
abpai94 committed Sep 11, 2024
1 parent 784e689 commit 2a2e23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/lsc/utils/ScriptingEvaluator.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ else if ("graal.js".equals(name)) {
}
}

public static ScriptingEvaluator getInstance() {
private static ScriptingEvaluator getInstance() {
String threadName = Thread.currentThread().getName();
ScriptingEvaluator scriptingEvaluator = null;

Expand Down

0 comments on commit 2a2e23f

Please sign in to comment.