File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
com.oracle.truffle.api.staticobject/src/com/oracle/truffle/api/staticobject
com.oracle.truffle.api/src/com/oracle/truffle/api/impl Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2021, 2021 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2021, 2025 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * The Universal Permissive License (UPL), Version 1.0
4444
4545final class SomAccessor extends Accessor {
4646
47- @ SuppressWarnings ( "unused" ) static final SomAccessor ACCESSOR = new SomAccessor ();
47+ static final SomAccessor ACCESSOR = new SomAccessor ();
4848 static final RuntimeSupport RUNTIME = ACCESSOR .runtimeSupport ();
4949 static final LanguageSupport LANGUAGE = ACCESSOR .languageSupport ();
5050 static final EngineSupport ENGINE = ACCESSOR .engineSupport ();
5151
52- static final class SomImpl extends SomSupport {
53-
54- }
5552}
Original file line number Diff line number Diff line change @@ -1153,16 +1153,6 @@ protected IOSupport() {
11531153 public abstract TruffleProcessBuilder createProcessBuilder (Object polylgotLanguageContext , FileSystem fileSystem , List <String > command );
11541154 }
11551155
1156- public abstract static class SomSupport extends Support {
1157-
1158- static final String IMPL_CLASS_NAME = "com.oracle.truffle.api.staticobject.SomAccessor" ;
1159-
1160- protected SomSupport () {
1161- super (IMPL_CLASS_NAME );
1162- }
1163-
1164- }
1165-
11661156 public abstract static class RuntimeSupport {
11671157
11681158 static final Object PERMISSION = new Object ();
You can’t perform that action at this time.
0 commit comments