Skip to content

Commit d2ca3ef

Browse files
committed
Address copilot review
1 parent 6c819d0 commit d2ca3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/main/java/org/apache/cloudstack/utils/jsinterpreter/JsInterpreter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class JsInterpreter implements Closeable {
6767

6868
protected ScriptEngine interpreter;
6969
protected String interpreterName;
70-
private final String injectingLogMessage = "Injecting variable [%s] with value [%s] into the JS interpreter.";
70+
private final String injectingLogMessage = "Injecting variable [{}] with value [{}] into the JS interpreter.";
7171
protected ExecutorService executor;
7272
private TimeUnit defaultTimeUnit = TimeUnit.MILLISECONDS;
7373
private long timeout;

0 commit comments

Comments
 (0)