spacing :D
This commit is contained in:
@@ -2,20 +2,20 @@ package com.drtshock.playervaults.commands;
|
||||
|
||||
public class VaultViewInfo {
|
||||
|
||||
String s;
|
||||
int i;
|
||||
String s;
|
||||
int i;
|
||||
|
||||
public VaultViewInfo(String s, int i) {
|
||||
this.s = s;
|
||||
this.i = i;
|
||||
}
|
||||
public VaultViewInfo(String s, int i) {
|
||||
this.s = s;
|
||||
this.i = i;
|
||||
}
|
||||
|
||||
public String getHolder() {
|
||||
return this.s;
|
||||
}
|
||||
public String getHolder() {
|
||||
return this.s;
|
||||
}
|
||||
|
||||
public int getNumber() {
|
||||
return this.i;
|
||||
}
|
||||
public int getNumber() {
|
||||
return this.i;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user