Skip to content

Commit c3d68ca

Browse files
committed
[GR-59029] GraalPy launcher main class can be final now that the enterprise launcher is gone.
1 parent f139b3b commit c3d68ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
import org.graalvm.polyglot.Value;
6161
import org.graalvm.shadowed.org.jline.reader.UserInterruptException;
6262

63-
public class GraalPythonMain extends AbstractLanguageLauncher {
63+
public final class GraalPythonMain extends AbstractLanguageLauncher {
6464

6565
private static final boolean IS_WINDOWS = System.getProperty("os.name") != null && System.getProperty("os.name").toLowerCase().contains("windows");
6666

0 commit comments

Comments
 (0)