mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-12 15:56:00 +08:00
Fix compile issues due to merge
This commit is contained in:
parent
afd2d3fb0a
commit
b9629ccee4
@ -117,7 +117,7 @@ public class TPSTable extends Table {
|
||||
* @param data
|
||||
* @throws SQLException
|
||||
*/
|
||||
public void saveTPSData(List<TPS> data) {
|
||||
public void saveTPSData(List<TPS> data) throws SQLException {
|
||||
List<List<TPS>> batches = DBUtils.splitIntoBatches(data);
|
||||
batches.forEach(batch -> {
|
||||
try {
|
||||
|
@ -43,7 +43,6 @@ public class WebServer {
|
||||
private final int port;
|
||||
private boolean enabled = false;
|
||||
private HttpServer server;
|
||||
private final int port;
|
||||
|
||||
private boolean usingHttps = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user