Change handling of netconf cluster transactions
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / transactions / NewReadTransactionRequest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Cisco Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2017 Pantheon Technologies s.r.o. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -8,9 +8,8 @@
 
 package org.opendaylight.netconf.topology.singleton.messages.transactions;
 
-/**
- * A message sent to MountPoint leader to open new transaction
- */
-public class OpenTransaction implements TransactionRequest {
-    private static final long serialVersionUID = 1L;
+import java.io.Serializable;
+
+public class NewReadTransactionRequest implements Serializable {
+
 }