Merge "Changed NetconfDeviceDatastoreAdapter and NetconfDeviceTopologyAdapter to...
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / rest / impl / draft02 / test / RestPostOperationTest.java
1 /**
2  * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 package org.opendaylight.controller.sal.rest.impl.draft02.test;
10
11 /**
12  * sal-rest-connector
13  * org.opendaylight.controller.sal.rest.impl.draft02.test
14  *
15  *
16  *
17  * @author <a href="mailto:vdemcak@cisco.com">Vaclav Demcak</a>
18  *
19  * Created: Mar 9, 2015
20  */
21 public class RestPostOperationTest {
22
23 }