mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-15 03:35:49 +00:00
fixed a copy/paste error in toString by regenerating it
This commit is contained in:
parent
7c9d82b780
commit
85cf740839
@ -33,9 +33,10 @@ public class AddressLevelPairing {
|
|||||||
public int getLevel() {
|
public int getLevel() {
|
||||||
return level;
|
return level;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "SponsorshipReport{" +
|
return "AddressLevelPairing{" +
|
||||||
"address='" + address + '\'' +
|
"address='" + address + '\'' +
|
||||||
", level=" + level +
|
", level=" + level +
|
||||||
'}';
|
'}';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user