olegk 2004/01/27 12:58:58
Modified: httpclient/src/java/org/apache/commons/httpclient/methods/multipart
FilePart.java
Log:
added protected method FilePart#getSource()
Revision Changes Path
1.17 +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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- FilePart.java 13 Jan 2004 18:47:27 -0000 1.16
+++ FilePart.java 27 Jan 2004 20:58:58 -0000 1.17
@@ -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]