Browse Source

Änderungen vom 05.12.2023 um 17:00

master
Leon Schubert 11 months ago
parent
commit
b677a642e7
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/DistributedSorter/SorterClient.java

+ 2
- 1
src/DistributedSorter/SorterClient.java 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;
}
}

Loading…
Cancel
Save