Yuta HIGUCHI

Addded missing javadoc

Change-Id: I97b263dcefb865b32d9cfa50e83d340f7026a3df
...@@ -17,6 +17,7 @@ public interface MastershipService { ...@@ -17,6 +17,7 @@ public interface MastershipService {
17 * Returns the role of the local node for the specified device, without 17 * Returns the role of the local node for the specified device, without
18 * triggering master selection. 18 * triggering master selection.
19 * 19 *
20 + * @param deviceId the the identifier of the device
20 * @return role of the current node 21 * @return role of the current node
21 */ 22 */
22 MastershipRole getLocalRole(DeviceId deviceId); 23 MastershipRole getLocalRole(DeviceId deviceId);
......