ref #10067 adapt AbstractPersistentCollection serialVersionUID
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 1 Jun 2022 09:30:10 +0000 (11:30 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 1 Jun 2022 09:30:10 +0000 (11:30 +0200)
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;