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

package Prog3.src.DistributedSorter;
package DistributedSorter;


import java.io.*; import java.io.*;
import java.net.Socket; import java.net.Socket;
} catch (Exception e) { } catch (Exception e) {
return "Error connecting to the server."; return "Error connecting to the server.";
} }
return line;
} }
} }

Loading…
Cancel
Save