X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnorthbound%2Fcommons%2FRestMessages.java;h=ba2476a137a249ebdf5b53981f866cf32714aa43;hb=31c83799d67d0bf4012aefedaba5356ebfaad8ab;hp=668efbc7ee3868b2ea3b8e1c22a3ce9c9b305e78;hpb=36737d75a800d7646f140b3b58b1a47aa8d8c993;p=controller.git diff --git a/opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/RestMessages.java b/opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/RestMessages.java index 668efbc7ee..ba2476a137 100644 --- a/opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/RestMessages.java +++ b/opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/RestMessages.java @@ -15,7 +15,7 @@ public enum RestMessages { "Operation failed due to Resource Conflict"), NODEFAULT("Container default is not a custom container"), DEFAULTDISABLED( "Container(s) are configured. Container default is not operational"), NOTALLOWEDONDEFAULT( "Container default is a static resource, no modification allowed on it"), UNKNOWNACTION("Unknown action"), INVALIDJSON( - "JSON message is invalid"), INVALIDADDRESS("invalid InetAddress"), AVAILABLESOON( + "JSON message is invalid"), INVALIDADDRESS("Invalid InetAddress"), AVAILABLESOON( "Resource is not implemented yet"), INTERNALERROR("Internal Error"), SERVICEUNAVAILABLE( "Service is not available. Could be down for maintanence"), INVALIDDATA( "Data is invalid or conflicts with URI");