Removed TPSTable#getTPSData() - not used

This commit is contained in:
Rsl1122 2019-01-26 11:15:31 +02:00
parent 817ce5bbd9
commit 08e0a4b6eb
2 changed files with 1 additions and 5 deletions

View File

@ -127,10 +127,6 @@ public class TPSTable extends Table {
});
}
public List<TPS> getTPSData() {
return getTPSData(getServerUUID());
}
/**
* Clean the TPS Table of old data.
*/

View File

@ -244,7 +244,7 @@ public abstract class CommonDBTest {
commitTest();
assertEquals(expected, tpsTable.getTPSData());
assertEquals(expected, tpsTable.getTPSData(serverUUID));
}
private void saveUserOne() {