Explorar el Código

fehler auskommentiert ;)

master
taschi hace 10 años
padre
commit
a3a52b29e6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/main/java/de/uniluebeck/mi/projmi6/hapi/HL7Sender.java

+ 2
- 1
src/main/java/de/uniluebeck/mi/projmi6/hapi/HL7Sender.java Ver fichero

@@ -136,7 +136,7 @@ public class HL7Sender {
} catch (IOException e) {
e.printStackTrace ();
}
/*
String responseString = null;
try {
responseString = p.encode ( response );
@@ -144,6 +144,7 @@ public class HL7Sender {
e.printStackTrace ();
}
System.out.println ( "Received response:\n" + responseString );
*/

/*
* Close the connection when you are done with it.


Cargando…
Cancelar
Guardar