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 @@ -1160,16 +1160,6 @@ protected IOSupport() {
11601160 public abstract TruffleProcessBuilder createProcessBuilder (Object polylgotLanguageContext , FileSystem fileSystem , List <String > command );
11611161 }
11621162
1163- public abstract static class SomSupport extends Support {
1164-
1165- static final String IMPL_CLASS_NAME = "com.oracle.truffle.api.staticobject.SomAccessor" ;
1166-
1167- protected SomSupport () {
1168- super (IMPL_CLASS_NAME );
1169- }
1170-
1171- }
1172-
11731163 public abstract static class RuntimeSupport {
11741164
11751165 static final Object PERMISSION = new Object ();
You can’t perform that action at this time.
0 commit comments