Skip to content
Snippets Groups Projects
Commit 5d94d5f0 authored by Mick Jordan's avatar Mick Jordan
Browse files

checkstyle fix

parent 531dcf9e
Branches
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ public abstract class REnvironment extends RAttributeStorage {
return implicitClass;
}
public static class ContextStateImpl implements RContext.ContextState {
public static final class ContextStateImpl implements RContext.ContextState {
private SearchPath searchPath;
private final MaterializedFrame globalFrame;
private Base baseEnv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment