olegk 2004/01/27 12:56:05
Modified: httpclient/src/java/org/apache/commons/httpclient/methods/multipart
Tag: HTTPCLIENT_2_0_BRANCH FilePart.java
Log:
added protected method FilePart#getSource()
Revision Changes Path
No revision
No revision
1.14.2.2 +13 -3
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/multipart/FilePart.java
Index: FilePart.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/multipart/FilePart.java,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -r1.14.2.1 -r1.14.2.2
--- FilePart.java 10 Oct 2003 04:16:03 -0000 1.14.2.1
+++ FilePart.java 27 Jan 2004 20:56:05 -0000 1.14.2.2
@@ -264,6 +264,16 @@
}
}
+ /**
+ * Returns the source of the file part.
+ *
+ * @return The source.
+ */
+ protected PartSource getSource() {
+ LOG.trace("enter getSource()");
+ return this.source;
+ }
+
/**
* Return the length of the data.
* @return The length.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]