Skip to content

Commit 95840ef

Browse files
committed
Bug: warning "The value of the field ExportJ2SAppWizard.selection is not used"
1 parent 17effea commit 95840ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/wizards/ExportJ2SAppWizard.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*/
2424
public class ExportJ2SAppWizard extends Wizard implements IExportWizard {
2525

26-
private IStructuredSelection selection;
2726
/**
2827
*
2928
*/
@@ -44,7 +43,6 @@ public boolean performFinish() {
4443
* @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
4544
*/
4645
public void init(IWorkbench workbench, IStructuredSelection selection) {
47-
this.selection = selection;
4846
setWindowTitle("Java2Script Export");
4947
}
5048

0 commit comments

Comments
 (0)