A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.externaltools / src / net / sourceforge / phpdt / externaltools / variable / WorkspaceExpander.java
index cf2ab3c..5c18add 100644 (file)
@@ -1,19 +1,18 @@
 package net.sourceforge.phpdt.externaltools.variable;
 
 /**********************************************************************
-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:
-**********************************************************************/
+ 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.resources.IResource;
 
 /**
- * Expands a workspace variable into the desired
- * result format.
+ * Expands a workspace variable into the desired result format.
  * <p>
  * This class is not intended to be extended by clients.
  * </p>
@@ -27,10 +26,10 @@ public class WorkspaceExpander extends ResourceExpander {
                super();
        }
 
-       /* (non-Javadoc)
-        * Method declared on ResourceExpander.
+       /*
+        * (non-Javadoc) Method declared on ResourceExpander.
         */
-       /*package*/ IResource expandUsingContext(ExpandVariableContext context) {
+       /* package */IResource expandUsingContext(ExpandVariableContext context) {
                return getWorkspaceRoot();
        }
 }