Yuta HIGUCHI
Committed by Gerrit Code Review

Typo fix

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