javadoc fixes

This commit is contained in:
zzz
2015-05-07 13:03:17 +00:00
parent 9f3d5bf57b
commit b12f988390

View File

@ -584,7 +584,6 @@ public abstract class TransportImpl implements Transport {
* To remove all IPv4 or IPv6 addresses, use removeAddress(boolean). * To remove all IPv4 or IPv6 addresses, use removeAddress(boolean).
* To remove all IPv4 and IPv6 addresses, use replaceAddress(null). * To remove all IPv4 and IPv6 addresses, use replaceAddress(null).
* *
* @param ipv6 true to remove all IPv6 addresses, false to remove all IPv4 addresses
* @since 0.9.20 * @since 0.9.20
*/ */
protected void removeAddress(RouterAddress address) { protected void removeAddress(RouterAddress address) {
@ -814,7 +813,6 @@ public abstract class TransportImpl implements Transport {
public void recheckReachability() {} public void recheckReachability() {}
/** /**
* @param transportStyle ignored
* @since 0.9.20 * @since 0.9.20
*/ */
protected boolean isIPv4Firewalled() { protected boolean isIPv4Firewalled() {