QoS: Add support for direction
[neutron.git] / model / src / main / java / org / opendaylight / yang / gen / v1 / urn / opendaylight / neutron / constants / rev150712 / NeutronUtils.java
index e71d74b8f82629b4084d181155f1ce99261a3a86..37fd6467652ffcb7e2e0ebaf884af969cf12de77 100644 (file)
@@ -81,8 +81,10 @@ public final class NeutronUtils {
         public static Class<? extends DirectionBase> get(String key) {
             return MAPPER.get(key);
         }
+
         public static String getDirectionString(Class<? extends DirectionBase> direction) {
             return MAPPER_INVERSE.get(direction);
         }
+
     }
 }