Skip to content

Commit 72bff9d

Browse files
committed
Mark class as final
1 parent e6ae2bf commit 72bff9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/truffleruby/parser/YARPTranslatorDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
import java.util.Arrays;
9191
import java.util.List;
9292

93-
public class YARPTranslatorDriver {
93+
public final class YARPTranslatorDriver {
9494

9595
/** May be null, see {@link ParserCache#parse} */
9696
private final RubyContext context;

0 commit comments

Comments
 (0)