mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Remove empty @return annotation.
This commit is contained in:
committed by
Andreas Schildbach
parent
daace1dec1
commit
3e78d89cac
@@ -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
|
* 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
|
* 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.
|
* alerts could use any version numbers.
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
public long getMaxVer() {
|
public long getMaxVer() {
|
||||||
return maxVer;
|
return maxVer;
|
||||||
|
|||||||
Reference in New Issue
Block a user