Remove empty @return annotation.

This commit is contained in:
Carsten Otto
2015-07-04 20:28:29 +02:00
committed by Andreas Schildbach
parent daace1dec1
commit 3e78d89cac

View File

@@ -190,7 +190,6 @@ public class AlertMessage extends Message {
* The inclusive upper bound on software versions considered for the purposes of this alert. The Satoshi
* client compares this against a protocol version field, but as long as the subVer field is used to restrict it your
* alerts could use any version numbers.
* @return
*/
public long getMaxVer() {
return maxVer;