Author: andrei_exadel
Date: 2008-04-23 05:18:01 -0400 (Wed, 23 Apr 2008)
New Revision: 8089
Modified:
trunk/framework/api/src/main/java/org/richfaces/model/UploadItem.java
Log:
RF-3167
Modified: trunk/framework/api/src/main/java/org/richfaces/model/UploadItem.java
===================================================================
--- trunk/framework/api/src/main/java/org/richfaces/model/UploadItem.java 2008-04-23
06:56:14 UTC (rev 8088)
+++ trunk/framework/api/src/main/java/org/richfaces/model/UploadItem.java 2008-04-23
09:18:01 UTC (rev 8089)
@@ -66,7 +66,7 @@
* Otherwise null value will be returned by this method.
* @return the file
*/
- public File getFile() throws Exception {
+ public File getFile() {
return file;
}
@@ -76,7 +76,7 @@
* @return the bytes
* @throws Exception
*/
- public byte[] getData() throws Exception {
+ public byte[] getData() {
return bytes;
}
Show replies by date