X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/codegen/Label.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/codegen/Label.java index 1179c83..f7bdd9a 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/codegen/Label.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/codegen/Label.java @@ -10,8 +10,6 @@ *******************************************************************************/ package net.sourceforge.phpdt.internal.compiler.codegen; -import net.sourceforge.phpdt.internal.compiler.lookup.LocalVariableBinding; -import net.sourceforge.phpdt.internal.compiler.problem.AbortMethod; /** * This type is a port of smalltalks JavaLabel @@ -26,7 +24,7 @@ public class Label { public Label() { } /** - * @param codeStream org.eclipse.jdt.internal.compiler.codegen.CodeStream + * @param codeStream net.sourceforge.phpdt.internal.compiler.codegen.CodeStream */ //public Label(CodeStream codeStream) { // this.codeStream = codeStream;