cziegeler 01/10/23 04:20:04 Modified: src/org/apache/cocoon/environment Tag: cocoon_20_branch Context.java Log: Synced doc build system with 2.1 Revision Changes Path No revision No revision 1.1.1.1.2.6 +2 -2 xml-cocoon2/src/org/apache/cocoon/environment/Context.java Index: Context.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/environment/Context.java,v retrieving revision 1.1.1.1.2.5 retrieving revision 1.1.1.1.2.6 diff -u -r1.1.1.1.2.5 -r1.1.1.1.2.6 --- Context.java 2001/10/17 09:07:38 1.1.1.1.2.5 +++ Context.java 2001/10/23 11:20:04 1.1.1.1.2.6 @@ -16,7 +16,7 @@ * Defines an interface to provide client context information . * * @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a> - * @version CVS $Revision: 1.1.1.1.2.5 $ $Date: 2001/10/17 09:07:38 $ + * @version CVS $Revision: 1.1.1.1.2.6 $ $Date: 2001/10/23 11:20:04 $ * */ @@ -32,7 +32,7 @@ URL getResource(String path) throws MalformedURLException; - String getRealPath(String path) throws MalformedURLException; + String getRealPath(String path); String getMimeType(String file);
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]