Fehlerkorrektur.
This commit is contained in:
parent
3914fae45d
commit
e81e1fa165
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ public class Client1 extends JFrame {
|
|||
|
||||
|
||||
try{
|
||||
socket = new Socket( "localhost", 1238 );
|
||||
socket = new Socket( "localhost", 1236 );
|
||||
oboust = new ObjectOutputStream(socket.getOutputStream());
|
||||
obinstr = new ObjectInputStream(socket.getInputStream());
|
||||
print(textArea, "VERBINDUNG HERGESTELLT");
|
||||
|
|
Loading…
Reference in a new issue