Autoren der Dateien Main Client und PipeTest korrigiert.
This commit is contained in:
parent
8ea1060c44
commit
2326dd6965
2 changed files with 17 additions and 29 deletions
|
@ -14,7 +14,6 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package test;
|
||||
|
||||
import java.io.*;
|
||||
|
@ -22,15 +21,10 @@ import java.net.*;
|
|||
import utils.Message;
|
||||
|
||||
/**
|
||||
* @author berdan
|
||||
* Dies ist eine Test-Klasse
|
||||
*
|
||||
* @author berdan, eichehome
|
||||
*/
|
||||
|
||||
/*
|
||||
Dies ist eine Test-Klasse
|
||||
*/
|
||||
|
||||
|
||||
|
||||
public class MainClient {
|
||||
|
||||
public MainClient() throws IOException, ClassNotFoundException {
|
||||
|
@ -50,7 +44,6 @@ public class MainClient {
|
|||
System.out.println("[CLIENT] NACHRICHT GESENDET");
|
||||
|
||||
// Message erhalten
|
||||
|
||||
Object erhalten = null;
|
||||
|
||||
while (erhalten == null) {
|
||||
|
|
|
@ -17,15 +17,10 @@
|
|||
package test;
|
||||
|
||||
/**
|
||||
* Dies ist eine Test-Klasse
|
||||
*
|
||||
* @author berdan
|
||||
* @author berdan, eichehome
|
||||
*/
|
||||
|
||||
/*
|
||||
Dies ist eine Test-Klasse
|
||||
*/
|
||||
|
||||
|
||||
public class PipeTest {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Reference in a new issue