commit | f3ae3fb93de04fb52c4d18840a6780b08c890788 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Wed Jul 01 09:52:35 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Jul 01 19:02:02 2015 +0000 |
tree | 1b4364b8e10085f04154168b97718c8a9afa2bcb | |
parent | d46280cd53bbad1b652fdd4944363565bbd42b50 [diff] |
Follow the convention for Javadoc Change-Id: I32742fdeafaa08171915883c6d6fdc0373db9efa
diff --git a/core/api/src/main/java/org/onosproject/net/flowobjective/FilteringObjective.java b/core/api/src/main/java/org/onosproject/net/flowobjective/FilteringObjective.java index bf81cfa..5830457 100644 --- a/core/api/src/main/java/org/onosproject/net/flowobjective/FilteringObjective.java +++ b/core/api/src/main/java/org/onosproject/net/flowobjective/FilteringObjective.java
@@ -65,6 +65,7 @@ /** * Obtain this filtering type. + * * @return the type */ Type type(); @@ -99,18 +100,21 @@ /** * Permit this filtering condition set. + * * @return a filtering builder */ Builder permit(); /** * Deny this filtering condition set. + * * @return a filtering builder */ Builder deny(); /** * Assigns an application id. + * * @param appId an application id * @return a filtering builder */