commit | 3279e79385a255db395f4830812a9ffe058deb01 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Wed Sep 09 15:24:54 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Sep 09 23:54:01 2015 +0000 |
tree | 514d1b3905301a18a45c403a5c0dccc1ad727e8a | |
parent | 16d8fd50e3835dd6251a7d5e4d17c09842cbd6cd [diff] |
Javadoc fixes Change-Id: Id23ed2d576b2222194153be9d043ca5acafe67ae
diff --git a/src/main/java/org/onosproject/segmentrouting/web/PolicyWebResource.java b/src/main/java/org/onosproject/segmentrouting/web/PolicyWebResource.java index 257b42a..cdc53a0 100644 --- a/src/main/java/org/onosproject/segmentrouting/web/PolicyWebResource.java +++ b/src/main/java/org/onosproject/segmentrouting/web/PolicyWebResource.java
@@ -65,7 +65,7 @@ * @param input JSON stream for policy to create * @return status of the request - OK if the policy is created, * INTERNAL_SERVER_ERROR if the JSON is invalid or the policy cannot be created - * @throws IOException + * @throws IOException if JSON processing fails */ @POST @Consumes(MediaType.APPLICATION_JSON)