From 070295952cb8390614fe0110e37b8ba4b1a82b54 Mon Sep 17 00:00:00 2001 From: Darin Wright Date: Tue, 26 Sep 2006 14:45:36 +0000 Subject: Bug 158760 Warning in latest nightly build and integration build --- .../actions/breakpointGroups/SelectBreakpointWorkingsetDialog.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'org.eclipse.debug.ui') diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/SelectBreakpointWorkingsetDialog.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/SelectBreakpointWorkingsetDialog.java index 74dbdf93c..5138a2e34 100644 --- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/SelectBreakpointWorkingsetDialog.java +++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/SelectBreakpointWorkingsetDialog.java @@ -23,7 +23,6 @@ import org.eclipse.jface.viewers.CheckStateChangedEvent; import org.eclipse.jface.viewers.CheckboxTableViewer; import org.eclipse.jface.viewers.ICheckStateListener; import org.eclipse.jface.viewers.IStructuredContentProvider; -import org.eclipse.jface.viewers.StructuredSelection; import org.eclipse.jface.viewers.Viewer; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Point; @@ -38,7 +37,7 @@ import org.eclipse.ui.dialogs.SelectionDialog; import org.eclipse.ui.model.AdaptableList; /** - * Dialog to allow the selection of workingsets without all of the overhead of the + * Dialog to allow the selection of working sets without all of the overhead of the * platform UI working set dialog * * @since 3.3 @@ -46,7 +45,7 @@ import org.eclipse.ui.model.AdaptableList; public class SelectBreakpointWorkingsetDialog extends SelectionDialog { /** - * Provides the content to the workingset viewer + * Provides the content to the working set viewer */ class WorkingsetContent implements IStructuredContentProvider { -- cgit v1.2.3