mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +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) {
|
while (true) {
|
||||||
sleep(500); // 1s delay to not overload server.
|
sleep(500); // 1s delay to not overload server.
|
||||||
if (!commandQueue.isEmpty()) {
|
if (!commandQueue.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user