X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/variable/ResourceContainerExpander.java b/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/variable/ResourceContainerExpander.java index 5e8bf04..837c8bd 100644 --- a/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/variable/ResourceContainerExpander.java +++ b/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/variable/ResourceContainerExpander.java @@ -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 resource's container type variable into the desired - * result format. + * Expands a resource's container type variable into the desired result format. *

* This class is not intended to be extended by clients. *

@@ -27,10 +26,10 @@ public class ResourceContainerExpander extends ResourceExpander { super(); } - /* (non-Javadoc) - * Method declared on ResourceExpander. + /* + * (non-Javadoc) Method declared on ResourceExpander. */ - /*package*/ IResource expand(String varValue, ExpandVariableContext context) { + /* package */IResource expand(String varValue, ExpandVariableContext context) { IResource resource = super.expand(varValue, context); if (resource != null) return resource.getParent();