Yuta HIGUCHI

Addded missing javadoc

Change-Id: I97b263dcefb865b32d9cfa50e83d340f7026a3df
......@@ -17,6 +17,7 @@ public interface MastershipService {
* 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);
......