Sho SHIMIZU

Remove unnecessary white space from Javadoc

Change-Id: I99b1b85ea704296cb4ec2ce1c84d65b26d0606ad
...@@ -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
......