Sho SHIMIZU
Committed by Gerrit Code Review

Follow the convention for Javadoc

Change-Id: I32742fdeafaa08171915883c6d6fdc0373db9efa
......@@ -65,6 +65,7 @@ public interface FilteringObjective extends Objective {
/**
* Obtain this filtering type.
*
* @return the type
*/
Type type();
......@@ -99,18 +100,21 @@ public interface FilteringObjective extends Objective {
/**
* 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
*/
......