HIGUCHI Yuta
Committed by Gerrit Code Review

Fix javadoc errors.

Change-Id: Id047df5da4a15f8ebf3166156c2d5a692064a789
...@@ -108,8 +108,6 @@ public class BgpCfgProvider extends AbstractProvider { ...@@ -108,8 +108,6 @@ public class BgpCfgProvider extends AbstractProvider {
108 108
109 /** 109 /**
110 * Reads the configuration and set it to the BGP-LS south bound protocol. 110 * Reads the configuration and set it to the BGP-LS south bound protocol.
111 - *
112 - * @return void
113 */ 111 */
114 private void readConfiguration() { 112 private void readConfiguration() {
115 BgpCfg bgpConfig = null; 113 BgpCfg bgpConfig = null;
......
...@@ -170,7 +170,6 @@ public class FlowObjectiveWebResource extends AbstractWebResource { ...@@ -170,7 +170,6 @@ public class FlowObjectiveWebResource extends AbstractWebResource {
170 * Installs the filtering rules onto the specified device. 170 * Installs the filtering rules onto the specified device.
171 * 171 *
172 * @param stream filtering rule JSON 172 * @param stream filtering rule JSON
173 - * @return status of the request
174 * @onos.rsModel ObjectivePolicy 173 * @onos.rsModel ObjectivePolicy
175 */ 174 */
176 @POST 175 @POST
......