Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -41,7 +41,7 @@ public interface StatisticService { | ... | @@ -41,7 +41,7 @@ public interface StatisticService { |
41 | Link min(Path path); | 41 | Link min(Path path); |
42 | 42 | ||
43 | /** | 43 | /** |
44 | - * Returns the highest hitter (a flow rule) of for a given port, ie. the | 44 | + * Returns the highest hitter (a flow rule) for a given port, ie. the |
45 | * flow rule which is generating the most load. | 45 | * flow rule which is generating the most load. |
46 | * @param connectPoint the port | 46 | * @param connectPoint the port |
47 | * @return the flow rule | 47 | * @return the flow rule | ... | ... |
-
Please register or login to post a comment