fix javadoc
Change-Id: I9b2a36acaaf8d2cd01687c526d53e839bc9a9aa7
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -49,9 +49,9 @@ public class MastershipEvent extends AbstractEvent<MastershipEvent.Type, DeviceI | ... | @@ -49,9 +49,9 @@ public class MastershipEvent extends AbstractEvent<MastershipEvent.Type, DeviceI |
49 | * Creates an event of a given type and for the specified device, | 49 | * Creates an event of a given type and for the specified device, |
50 | * role information, and the current time. | 50 | * role information, and the current time. |
51 | * | 51 | * |
52 | - * @param type device event type | 52 | + * @param type mastership event type |
53 | * @param device event device subject | 53 | * @param device event device subject |
54 | - * @param info mastership role information subject | 54 | + * @param info mastership role information |
55 | */ | 55 | */ |
56 | public MastershipEvent(Type type, DeviceId device, RoleInfo info) { | 56 | public MastershipEvent(Type type, DeviceId device, RoleInfo info) { |
57 | super(type, device); | 57 | super(type, device); | ... | ... |
-
Please register or login to post a comment