Committed by
Gerrit Code Review
Updating FlowObjectiveService javadoc
Change-Id: I68ab552f80bad965133aed8f90d01065d22cb974
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -57,7 +57,9 @@ public interface FlowObjectiveService { | ... | @@ -57,7 +57,9 @@ public interface FlowObjectiveService { |
57 | int allocateNextId(); | 57 | int allocateNextId(); |
58 | 58 | ||
59 | /** | 59 | /** |
60 | - * Installs the filtering rules onto the specified device. | 60 | + * Provides a composition policy expression. |
61 | + * <p> | ||
62 | + * WARNING: This method is a no-op in the default implementation. | ||
61 | * | 63 | * |
62 | * @param policy policy expression | 64 | * @param policy policy expression |
63 | */ | 65 | */ | ... | ... |
-
Please register or login to post a comment