commit | 8b1b51e4a509a304e04cc4825b4597c7abad5157 | [log] [tgz] |
---|---|---|
author | Aaron Kruglikov <aaron@onlab.us> | Wed Jul 12 17:26:16 2017 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Thu Jul 13 01:46:39 2017 +0000 |
tree | 1fb1cc7003308e44153de15eac017118231515c3 | |
parent | 0cf7523d6113b017565cfb87bb3efe8764e0bfbd [diff] |
Adding a note that Application ID's must be non-negative, this constraint is already written into the default implementation. Change-Id: I4f8e9e5bb85d80d6533b4c8c7a089fe4f04dbbd4
diff --git a/core/api/src/main/java/org/onosproject/core/ApplicationId.java b/core/api/src/main/java/org/onosproject/core/ApplicationId.java index f7f8dfa..b15c9c8 100644 --- a/core/api/src/main/java/org/onosproject/core/ApplicationId.java +++ b/core/api/src/main/java/org/onosproject/core/ApplicationId.java
@@ -22,7 +22,7 @@ public interface ApplicationId { /** - * Returns the application id. + * Returns the application id. This must be non-negative. * @return a short value */ short id();