You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2015/06/23 10:34:39 UTC

[2/3] wicket git commit: Fixed JavaDoc inconsistency

Fixed JavaDoc inconsistency


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f54780fa
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f54780fa
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f54780fa

Branch: refs/heads/master
Commit: f54780fa4b946dc7a9de9e5879bfa90e1f0436e5
Parents: 08f6c9e
Author: Martijn Dashorst <ma...@gmail.com>
Authored: Mon Jun 22 11:30:32 2015 +0200
Committer: Martijn Dashorst <ma...@gmail.com>
Committed: Tue Jun 23 10:33:04 2015 +0200

----------------------------------------------------------------------
 .../org/apache/wicket/markup/html/form/upload/FileUpload.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f54780fa/wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/FileUpload.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/FileUpload.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/FileUpload.java
index ab5e4a0..1fafbe4 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/FileUpload.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/FileUpload.java
@@ -227,7 +227,7 @@ public class FileUpload implements IClusterable
 	 * 
 	 * @param file
 	 *            The file
-	 * @throws IOException
+	 * @throws Exception
 	 */
 	public void writeTo(final File file) throws Exception
 	{
@@ -244,7 +244,7 @@ public class FileUpload implements IClusterable
 	 * @since 1.2
 	 * 
 	 * @return temporary file containing the contents of the uploaded file
-	 * @throws IOException
+	 * @throws Exception
 	 */
 	public final File writeToTempFile() throws Exception
 	{