mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-24 18:17:53 +01:00
Removed TPSTable#getTPSData() - not used
This commit is contained in:
parent
817ce5bbd9
commit
08e0a4b6eb
@ -127,10 +127,6 @@ public class TPSTable extends Table {
|
||||
});
|
||||
}
|
||||
|
||||
public List<TPS> getTPSData() {
|
||||
return getTPSData(getServerUUID());
|
||||
}
|
||||
|
||||
/**
|
||||
* Clean the TPS Table of old data.
|
||||
*/
|
||||
|
@ -244,7 +244,7 @@ public abstract class CommonDBTest {
|
||||
|
||||
commitTest();
|
||||
|
||||
assertEquals(expected, tpsTable.getTPSData());
|
||||
assertEquals(expected, tpsTable.getTPSData(serverUUID));
|
||||
}
|
||||
|
||||
private void saveUserOne() {
|
||||
|
Loading…
Reference in New Issue
Block a user