unico 2004/01/15 05:31:08
Modified: src/blocks/webdav/java/org/apache/cocoon/components/source/impl
WebDAVSource.java
Log:
spaces for tabs
Revision Changes Path
1.18 +5 -5
cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/components/source/impl/WebDAVSource.java
Index: WebDAVSource.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/components/source/impl/WebDAVSource.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- WebDAVSource.java 15 Jan 2004 13:29:14 -0000 1.17
+++ WebDAVSource.java 15 Jan 2004 13:31:08 -0000 1.18
@@ -618,15 +618,15 @@
* @see
org.apache.excalibur.source.TraversableSource#getChild(java.lang.String)
*/
public Source getChild(String childName) throws SourceException {
- String childLocation = this.location + "/" + childName;
- WebDAVSource source = WebDAVSource.newWebDAVSource(
+ String childLocation = this.location + "/" + childName;
+ WebDAVSource source = WebDAVSource.newWebDAVSource(
childLocation,
this.principal,
this.password,
this.protocol,
this.getLogger());
- source.setSourceCredential(this.getSourceCredential());
- return source;
+ source.setSourceCredential(this.getSourceCredential());
+ return source;
}
/**