This is an automated email from the ASF dual-hosted git repository.
reiern70 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 2248fa4 [WICKET-6715] FileUpload should not implement IClusterable as
class is not longer Serializable
2248fa4 is described below
commit 2248fa439145171e56c52dd914e6c6e7b9eed464
Author: reiern70 <[email protected]>
AuthorDate: Wed Dec 4 11:56:51 2019 +0300
[WICKET-6715] FileUpload should not implement IClusterable as class is not
longer Serializable
---
.../main/java/org/apache/wicket/markup/html/form/upload/FileUpload.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 b097830..4e662f4 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
@@ -41,7 +41,7 @@ import org.apache.wicket.util.string.Strings;
*
* @author Jonathan Locke
*/
-public class FileUpload implements IClusterable
+public class FileUpload
{
private static final long serialVersionUID = 1L;