X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-topology-singleton%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Ftopology%2Fsingleton%2Fmessages%2Ftransactions%2FReadActorMessage.java;fp=netconf%2Fnetconf-topology-singleton%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Ftopology%2Fsingleton%2Fmessages%2Ftransactions%2FReadActorMessage.java;h=0000000000000000000000000000000000000000;hb=304f138a32b975ab0fb67356d0e90d3067935d9c;hp=88bae04fc2851a03403800b7a812bcda07c9c325;hpb=1d37ac583f3e2dd1f3886c31bf1407ca2eb13d53;p=netconf.git diff --git a/netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/messages/transactions/ReadActorMessage.java b/netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/messages/transactions/ReadActorMessage.java deleted file mode 100644 index 88bae04fc2..0000000000 --- a/netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/messages/transactions/ReadActorMessage.java +++ /dev/null @@ -1,12 +0,0 @@ -/* - * 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, - * and is available at http://www.eclipse.org/legal/epl-v10.html - */ - -package org.opendaylight.netconf.topology.singleton.messages.transactions; - -public interface ReadActorMessage extends TransactionRequest { -}