Committed by
Gerrit Code Review
[ONOS-3013]fix VTN bug: unify output of subnet rest api
Change-Id: I1b03010ff27b55bb8d2679f0e6d0945717f340d6
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -70,7 +70,7 @@ import com.google.common.collect.Sets; | ... | @@ -70,7 +70,7 @@ import com.google.common.collect.Sets; |
70 | public class SubnetWebResource extends AbstractWebResource { | 70 | public class SubnetWebResource extends AbstractWebResource { |
71 | private final Logger log = LoggerFactory.getLogger(SubnetWebResource.class); | 71 | private final Logger log = LoggerFactory.getLogger(SubnetWebResource.class); |
72 | public static final String SUBNET_NOT_CREATE = "Subnets is failed to create!"; | 72 | public static final String SUBNET_NOT_CREATE = "Subnets is failed to create!"; |
73 | - public static final String SUBNET_NOT_FOUND = "Subnets is failed to update!"; | 73 | + public static final String SUBNET_NOT_FOUND = "Subnets is not found"; |
74 | public static final String JSON_NOT_NULL = "JsonNode can not be null"; | 74 | public static final String JSON_NOT_NULL = "JsonNode can not be null"; |
75 | 75 | ||
76 | @GET | 76 | @GET | ... | ... |
-
Please register or login to post a comment