stephan 2003/05/04 12:03:01
Modified: src/java/org/apache/cocoon/environment Environment.java Log: Correct identation. Revision Changes Path 1.3 +8 -9 cocoon-2.1/src/java/org/apache/cocoon/environment/Environment.java Index: Environment.java =================================================================== RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/environment/Environment.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Environment.java 29 Apr 2003 10:45:21 -0000 1.2 +++ Environment.java 4 May 2003 19:03:01 -0000 1.3 @@ -63,7 +63,6 @@ * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a> * @version CVS $Id$ */ - public interface Environment extends SourceResolver { @@ -80,12 +79,12 @@ /** * Get the Root Context */ - String getRootContext(); + String getRootContext(); /** * Get current context */ - String getContext(); + String getContext(); /** * Get the view to process @@ -97,11 +96,11 @@ */ String getAction(); - /** - * Set the context. This is similar to changeContext() - * except that it is absolute. - */ - void setContext(String prefix, String uri, String context); + /** + * Set the context. This is similar to changeContext() + * except that it is absolute. + */ + void setContext(String prefix, String uri, String context); /** * Change the context from uriprefix to context