commit | 516a8ca0bcdd81670c4505f0301263fcc17f4e06 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Fri Aug 05 15:10:00 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Aug 05 23:00:01 2016 +0000 |
tree | 96e065b0093a6e41622dfee63b6e47233b9af13c | |
parent | 4d67dd86ccd396549cdf5c18ffbc8582136bf285 [diff] |
Typo fix Change-Id: I5d2df10b35ff2af32a28418dcee442ea5011bed2
diff --git a/core/api/src/main/java/org/onosproject/net/Link.java b/core/api/src/main/java/org/onosproject/net/Link.java index 50711b5..2bce4fd 100644 --- a/core/api/src/main/java/org/onosproject/net/Link.java +++ b/core/api/src/main/java/org/onosproject/net/Link.java
@@ -73,7 +73,7 @@ ACTIVE, /** - * Signifies that a link is currently active. + * Signifies that a link is currently inactive. */ INACTIVE }