ref #10067 adapt AbstractPersistentCollection serialVersionUID
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / java / org / hibernate / collection / internal / AbstractPersistentCollection.java
index 18642012387e3e946ff4f92e9640a1eedd385644..7f124baf0a9e3dc795ef83103901b6f27d989828 100644 (file)
@@ -91,7 +91,7 @@ public abstract class AbstractPersistentCollection implements Serializable, Pers
         * The correct <code>serialVersionUID</code> is the <code>stream classdesc serialVersionUID</code>
         * from the error message.
         */
-       private static final long serialVersionUID = 7094296207968006972L;
+       private static final long serialVersionUID = 6275967693128102740L;
 
        private transient SharedSessionContractImplementor session;
        private boolean isTempSession = false;