Remove unnecessary white space from Javadoc
Change-Id: I99b1b85ea704296cb4ec2ce1c84d65b26d0606ad
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -27,7 +27,7 @@ public interface FlowEntry extends FlowRule { | ... | @@ -27,7 +27,7 @@ public interface FlowEntry extends FlowRule { |
| 27 | 27 | ||
| 28 | /** | 28 | /** |
| 29 | * Indicates that this rule has been submitted for addition. | 29 | * Indicates that this rule has been submitted for addition. |
| 30 | - * Not necessarily in the flow table. | 30 | + * Not necessarily in the flow table. |
| 31 | */ | 31 | */ |
| 32 | PENDING_ADD, | 32 | PENDING_ADD, |
| 33 | 33 | ... | ... |
-
Please register or login to post a comment