commit | 23aa2e7c4b7e346a7626ffa48141d5b3b937bb85 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Wed Jul 01 09:48:40 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Jul 01 16:57:08 2015 +0000 |
tree | 817e1dd2fa9944c3bf6b08b56b5d26d3ad89a43c | |
parent | 819ee299b80be0aaf0318a4bb65c8d1b62861f0c [diff] |
Follow the convention for Javadoc Change-Id: If8d563807a2af99d049601078ddd715aea3132f3
diff --git a/core/api/src/main/java/org/onosproject/net/flowobjective/FlowObjectiveService.java b/core/api/src/main/java/org/onosproject/net/flowobjective/FlowObjectiveService.java index f276c0d..cb9a248 100644 --- a/core/api/src/main/java/org/onosproject/net/flowobjective/FlowObjectiveService.java +++ b/core/api/src/main/java/org/onosproject/net/flowobjective/FlowObjectiveService.java
@@ -51,6 +51,7 @@ /** * Obtains a globally unique next objective. + * * @return an integer */ int allocateNextId();