Switch identifiers to new proxies
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / concepts / LocalHistoryIdentifier.java
index 0e70edc76fb10d7c63e34f032722c4b5afbb2dfb..334f10291d9067a9612b4cfe73b29773588139c7 100644 (file)
@@ -64,6 +64,7 @@ public final class LocalHistoryIdentifier implements WritableIdentifier {
         }
     }
 
+    @Deprecated(since = "7.0.0", forRemoval = true)
     private static final class Proxy implements SerialForm {
         @java.io.Serial
         private static final long serialVersionUID = 1L;
@@ -169,6 +170,6 @@ public final class LocalHistoryIdentifier implements WritableIdentifier {
 
     @java.io.Serial
     private Object writeReplace() {
-        return new Proxy(this);
+        return new HI(this);
     }
 }