Author: thorsten
Date: Sat Sep 27 13:58:05 2008
New Revision: 699735
URL: http://svn.apache.org/viewvc?rev=699735&view=rev
Log:
removing obsolete code
Modified:
forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Resolver.java
forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Structurer.java
Modified:
forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Resolver.java
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Resolver.java?rev=699735&r1=699734&r2=699735&view=diff
==============================================================================
---
forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Resolver.java
(original)
+++
forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Resolver.java
Sat Sep 27 13:58:05 2008
@@ -35,6 +35,6 @@
* @param uri the uri that we want
* @return the stream representation of the uri.
*/
- public InputStream resolve(String uri);
+ InputStream resolve(String uri);
}
Modified:
forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Structurer.java
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Structurer.java?rev=699735&r1=699734&r2=699735&view=diff
==============================================================================
---
forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Structurer.java
(original)
+++
forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/api/Structurer.java
Sat Sep 27 13:58:05 2008
@@ -22,7 +22,7 @@
public interface Structurer {
- public abstract InputStream execute(InputStream structurerStream,
+ InputStream execute(InputStream structurerStream,
String format) throws DispatcherException;
}
\ No newline at end of file