Merge "Fixed for bug 1168 : Issue while update subnet"
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / rest / api / RestConnector.java
1 package org.opendaylight.controller.sal.rest.api;
2
3 /*
4  * This is a simple dummy interface to allow us to create instances of RestconfProvider
5  * via the config subsystem.
6  */
7 public interface RestConnector {
8
9 }