Änderungen vom 05.12.2023 um 17:00

This commit is contained in:
Leon Schubert 2023-12-05 17:03:23 +01:00
parent c117379558
commit b677a642e7

View File

@ -1,4 +1,4 @@
package Prog3.src.DistributedSorter;
package DistributedSorter;
import java.io.*;
import java.net.Socket;
@ -44,5 +44,6 @@ public class SorterClient implements Runnable{
} catch (Exception e) {
return "Error connecting to the server.";
}
return line;
}
}