commit | 8cc437828afb25a5e220416a0a1e931fd15ff7d2 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Thu Oct 30 18:06:43 2014 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Fri Oct 31 23:21:38 2014 -0700 |
tree | 116780cfb628b35bb8913e68f6eb90ace8a41b61 | |
parent | b139f4d947d0405d9442d179dd36a3fe50ba2dbc [diff] |
fix javadoc Change-Id: I9b2a36acaaf8d2cd01687c526d53e839bc9a9aa7
diff --git a/core/api/src/main/java/org/onlab/onos/mastership/MastershipEvent.java b/core/api/src/main/java/org/onlab/onos/mastership/MastershipEvent.java index dafa273..60f0dad 100644 --- a/core/api/src/main/java/org/onlab/onos/mastership/MastershipEvent.java +++ b/core/api/src/main/java/org/onlab/onos/mastership/MastershipEvent.java
@@ -49,9 +49,9 @@ * Creates an event of a given type and for the specified device, * role information, and the current time. * - * @param type device event type + * @param type mastership event type * @param device event device subject - * @param info mastership role information subject + * @param info mastership role information */ public MastershipEvent(Type type, DeviceId device, RoleInfo info) { super(type, device);