Committed by
Gerrit Code Review
Fix minor javadoc issues
Change-Id: I9803f17ca2b2a21920dccb0e92de6c39f84af315
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -83,7 +83,6 @@ public final class NetconfDeviceOutputEvent extends | ... | @@ -83,7 +83,6 @@ public final class NetconfDeviceOutputEvent extends |
83 | * @param payload message from the device | 83 | * @param payload message from the device |
84 | * @param msgID id of the message related to the event | 84 | * @param msgID id of the message related to the event |
85 | * @param netconfDeviceInfo device of event | 85 | * @param netconfDeviceInfo device of event |
86 | - * @param msgID id of the message related to the event | ||
87 | * @param time occurrence time | 86 | * @param time occurrence time |
88 | */ | 87 | */ |
89 | public NetconfDeviceOutputEvent(Type type, Object subject, String payload, | 88 | public NetconfDeviceOutputEvent(Type type, Object subject, String payload, | ... | ... |
... | @@ -34,8 +34,8 @@ public abstract class IGMPGroup { | ... | @@ -34,8 +34,8 @@ public abstract class IGMPGroup { |
34 | /** | 34 | /** |
35 | * Initialize this object with a multicast group address and additional info. | 35 | * Initialize this object with a multicast group address and additional info. |
36 | * | 36 | * |
37 | - * @param gaddr: the multicast group address for this message type. | 37 | + * @param gaddr the multicast group address for this message type. |
38 | - * @param auxInfo: additional info potentially used by IGMPQuery | 38 | + * @param auxInfo additional info potentially used by IGMPQuery |
39 | */ | 39 | */ |
40 | public IGMPGroup(IpAddress gaddr, int auxInfo) { | 40 | public IGMPGroup(IpAddress gaddr, int auxInfo) { |
41 | this.gaddr = gaddr; | 41 | this.gaddr = gaddr; | ... | ... |
-
Please register or login to post a comment