******************************************************************************/
package net.sourceforge.phpdt.internal.codeassist.select;
-import net.sourceforge.phpdt.internal.compiler.lookup.*;
+import net.sourceforge.phpdt.internal.compiler.lookup.Binding;
public class SelectionNodeFound extends RuntimeException {
public Binding binding;