Änderungen vom 05.12.2023 um 17:00
This commit is contained in:
parent
c117379558
commit
b677a642e7
@ -1,4 +1,4 @@
|
|||||||
package Prog3.src.DistributedSorter;
|
package DistributedSorter;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.net.Socket;
|
import java.net.Socket;
|
||||||
@ -44,5 +44,6 @@ public class SorterClient implements Runnable{
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
return "Error connecting to the server.";
|
return "Error connecting to the server.";
|
||||||
}
|
}
|
||||||
|
return line;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user