Skip to content
Snippets Groups Projects
Commit 01db3692 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

cleanup javadoc warnings, avoid unexpected repeat of javadoc target

parent 30e0c2f1
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -36,7 +36,7 @@ public class ClassNameComparator implements Comparator<Pdu> { ...@@ -36,7 +36,7 @@ public class ClassNameComparator implements Comparator<Pdu> {
/** /**
* Returns true if this comparator is the same class as the comparator passed in. * Returns true if this comparator is the same class as the comparator passed in.
* *
* @param obj * @param obj object to compare to this object
*/ */
@Override @Override
public boolean equals(Object obj) { public boolean equals(Object obj) {
......
...@@ -186,7 +186,7 @@ public class DisThreadedNetIF ...@@ -186,7 +186,7 @@ public class DisThreadedNetIF
/** /**
* Send the given pdu to the network using the ip and port given to the constructor * Send the given pdu to the network using the ip and port given to the constructor
* @param pdu * @param pdu the pdu to send
*/ */
public void send(Pdu pdu) public void send(Pdu pdu)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment