commit | 2d48cedbd7c99a90e6d713f26867438659469d70 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Sat Oct 04 21:35:03 2014 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Sat Oct 04 21:49:41 2014 -0700 |
tree | 3a2af6379af5626ad62f30e3e0176561359911bf | |
parent | 0cf00995ff2679d47282799aee7750a02bbcd49f [diff] |
Addded missing javadoc Change-Id: I97b263dcefb865b32d9cfa50e83d340f7026a3df
diff --git a/core/api/src/main/java/org/onlab/onos/cluster/MastershipService.java b/core/api/src/main/java/org/onlab/onos/cluster/MastershipService.java index d417516..b05aa62 100644 --- a/core/api/src/main/java/org/onlab/onos/cluster/MastershipService.java +++ b/core/api/src/main/java/org/onlab/onos/cluster/MastershipService.java
@@ -17,6 +17,7 @@ * Returns the role of the local node for the specified device, without * triggering master selection. * + * @param deviceId the the identifier of the device * @return role of the current node */ MastershipRole getLocalRole(DeviceId deviceId);