joerg 2004/04/23 16:14:03
Modified: src/blocks/slide/java/org/apache/cocoon/components/source
SourceDTO.java
Log:
clean up: removed unused private method getChildByPath
Revision Changes Path
1.4 +1 -5
cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/SourceDTO.java
Index: SourceDTO.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/SourceDTO.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SourceDTO.java 13 Apr 2004 15:16:38 -0000 1.3
+++ SourceDTO.java 23 Apr 2004 23:14:03 -0000 1.4
@@ -324,10 +324,6 @@
throw new IllegalStateException("Data transfer object does not
support this operation");
}
- private Source getChildByPath(String path) throws SourceException {
- throw new IllegalStateException("Data transfer object does not
support this operation");
- }
-
public Collection getChildren() throws SourceException {
return children;
}