mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Moved theRemoteServerTimeline to private
This commit is contained in:
@@ -141,7 +141,7 @@ public class Server extends Thread {
|
||||
}
|
||||
}
|
||||
|
||||
public void theRemoteServerTimeline(TcpClient client) throws InterruptedException {
|
||||
private void theRemoteServerTimeline(TcpClient client) throws InterruptedException {
|
||||
while (true) {
|
||||
sleep(500); // 1s delay to not overload server.
|
||||
if (!commandQueue.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user