Yuta HIGUCHI
Committed by Gerrit Code Review

Typo fix

Change-Id: I5d2df10b35ff2af32a28418dcee442ea5011bed2
...@@ -73,7 +73,7 @@ public interface Link extends Annotated, Provided, Projectable, NetworkResource ...@@ -73,7 +73,7 @@ public interface Link extends Annotated, Provided, Projectable, NetworkResource
73 ACTIVE, 73 ACTIVE,
74 74
75 /** 75 /**
76 - * Signifies that a link is currently active. 76 + * Signifies that a link is currently inactive.
77 */ 77 */
78 INACTIVE 78 INACTIVE
79 } 79 }
......