improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / externaltools / internal / registry / ArgumentVariableRegistry.java
index 1262e5a..5e02868 100644 (file)
@@ -5,13 +5,14 @@ Copyright (c) 2002 IBM Corp. and others. All rights reserved.
 This file is made available under the terms of the Common Public License v1.0
 which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/cpl-v10.html
+�
 Contributors:
 **********************************************************************/
 
-import org.eclipse.core.runtime.IConfigurationElement;
 import net.sourceforge.phpdt.externaltools.model.IExternalToolConstants;
 
+import org.eclipse.core.runtime.IConfigurationElement;
+
 /**
  * Registry of all available argument variables.
  */