File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sources/net.sf.j2s.ui/src/net/sf/j2s/ui/generator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111package net .sf .j2s .ui .generator ;
1212
1313
14+ import net .sf .j2s .core .astvisitors .ASTJ2SMapVisitor ;
1415import net .sf .j2s .core .astvisitors .ASTScriptVisitor ;
1516import net .sf .j2s .core .astvisitors .DependencyASTVisitor ;
16- import net .sf .j2s .core .astvisitors .NameConverterUtil ;
1717import net .sf .j2s .core .astvisitors .SWTDependencyASTVisitor ;
1818import net .sf .j2s .core .astvisitors .SWTScriptVisitor ;
1919import net .sf .j2s .core .compiler .Java2ScriptCompiler ;
@@ -303,7 +303,7 @@ public void setInput(ITextEditor editor) throws CoreException {
303303 SWTScriptVisitor visitor = new SWTScriptVisitor ();
304304
305305 visitor .setToCompileVariableName (fCompressVarName );
306- NameConverterUtil .setJ2SMap (null );
306+ ASTJ2SMapVisitor .setJ2SMap (null );
307307 if (fCompressVarName ) {
308308 String prjFolder = null ;
309309 if (fOpenable instanceof IJavaElement ) {
You can’t perform that action at this time.
0 commit comments