Skip to content

Commit 5d88f00

Browse files
committed
fix: remove use of deprecated JRuby method
1 parent dd9b796 commit 5d88f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/WarMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ protected int launchJRuby(final URL[] jars) throws Exception {
259259

260260
invokeMethod(rubyInstanceConfig, "processArguments", (Object) arguments);
261261

262-
Object runtime = invokeMethod(scriptingContainer, "getRuntime");
262+
Object runtime = invokeMethod(provider, "getRuntime");
263263

264264
debug("loading resource: " + executablePath);
265265
Object executableInput =

0 commit comments

Comments
 (0)