BUG 1659 - non unified returning data default format
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / rest / api / RestconfConstants.java
1 package org.opendaylight.controller.sal.rest.api;
2
3 public interface RestconfConstants {
4
5
6     public static String IDENTIFIER = "identifier";
7 }