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 5f8ee65..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 @@ -24,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;