X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/IScanner.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/IScanner.java index 6cb60c9..3207a73 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/IScanner.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/IScanner.java @@ -1,10 +1,10 @@ /********************************************************************** Copyright (c) 2002 IBM Corp. and others. -All rights reserved.   This program and the accompanying materials +All rights reserved. � This program and the accompanying materials are made available under the terms of the Common Public License v0.5 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v05.html -  +� Contributors: IBM Corporation - initial API and implementation **********************************************************************/ @@ -22,7 +22,7 @@ package net.sourceforge.phpdt.core.compiler; * * When encountering lexical errors, an InvalidInputException is thrown. * - * @see org.eclipse.jdt.core.ToolFactory + * @see net.sourceforge.phpdt.core.ToolFactory * @see ITerminalSymbols * @since 2.0 */