We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a460c6 commit b2b77b5Copy full SHA for b2b77b5
src/org/sugarj/AbstractBaseLanguage.java
@@ -102,7 +102,7 @@ public Path ensureFile(String resource) {
102
return f;
103
}
104
105
- private List<IStrategoTerm> initEditorServices = null;
+ private transient List<IStrategoTerm> initEditorServices = null;
106
public List<IStrategoTerm> getInitEditorServices() {
107
if (initEditorServices == null) {
108
try {
0 commit comments