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 17effea commit 95840efCopy full SHA for 95840ef
sources/net.sf.j2s.ui/src/net/sf/j2s/ui/wizards/ExportJ2SAppWizard.java
@@ -23,7 +23,6 @@
23
*/
24
public class ExportJ2SAppWizard extends Wizard implements IExportWizard {
25
26
- private IStructuredSelection selection;
27
/**
28
*
29
@@ -44,7 +43,6 @@ public boolean performFinish() {
44
43
* @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
45
46
public void init(IWorkbench workbench, IStructuredSelection selection) {
47
- this.selection = selection;
48
setWindowTitle("Java2Script Export");
49
}
50
0 commit comments