Addded missing javadoc
Change-Id: I97b263dcefb865b32d9cfa50e83d340f7026a3df
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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); | ... | ... |
-
Please register or login to post a comment