Updated Branches: refs/heads/wicket-1.5.x 777dc4cdf -> 28b70d748
WICKET-4372 Two WicketSerializableException classes Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/28b70d74 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/28b70d74 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/28b70d74 Branch: refs/heads/wicket-1.5.x Commit: 28b70d74898a7d6401083acf409d3c97c4c8bba0 Parents: 777dc4c Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Jan 31 13:35:49 2012 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Jan 31 13:35:49 2012 +0200 ---------------------------------------------------------------------- .../util/io/WicketSerializeableException.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/28b70d74/wicket-core/src/main/java/org/apache/wicket/util/io/WicketSerializeableException.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/util/io/WicketSerializeableException.java b/wicket-core/src/main/java/org/apache/wicket/util/io/WicketSerializeableException.java index 84c760f..66ff850 100644 --- a/wicket-core/src/main/java/org/apache/wicket/util/io/WicketSerializeableException.java +++ b/wicket-core/src/main/java/org/apache/wicket/util/io/WicketSerializeableException.java @@ -25,7 +25,9 @@ import org.apache.wicket.util.string.AppendingStringBuffer; /** * @author jcompagner + * @deprecated Superceded by SerializableChecker.WicketNotSerializableException */ +@Deprecated public class WicketSerializeableException extends NotSerializableException { private static final long serialVersionUID = 1L;
