You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/02/08 23:31:48 UTC

svn commit: r1068643 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/serialize/SerializeException.java

Author: mrisaliti
Date: Tue Feb  8 22:31:47 2011
New Revision: 1068643

URL: http://svn.apache.org/viewvc?rev=1068643&view=rev
Log:
Add a @SuppressWarning("serial") in SerializeException (OFBIZ-4102)

Modified:
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/serialize/SerializeException.java

Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/serialize/SerializeException.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/serialize/SerializeException.java?rev=1068643&r1=1068642&r2=1068643&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/serialize/SerializeException.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/serialize/SerializeException.java Tue Feb  8 22:31:47 2011
@@ -22,6 +22,7 @@ package org.ofbiz.entity.serialize;
  * XmlSerializable
  *
  */
+@SuppressWarnings("serial")
 public class SerializeException extends org.ofbiz.base.util.GeneralException {
 
     public SerializeException() {