Autoren der Dateien Main Client und PipeTest korrigiert.

This commit is contained in:
eichehome 2021-05-16 20:09:23 +02:00
parent 8ea1060c44
commit 2326dd6965
2 changed files with 17 additions and 29 deletions

View file

@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package test; package test;
import java.io.*; import java.io.*;
@ -22,15 +21,10 @@ import java.net.*;
import utils.Message; import utils.Message;
/** /**
* @author berdan * Dies ist eine Test-Klasse
*
* @author berdan, eichehome
*/ */
/*
Dies ist eine Test-Klasse
*/
public class MainClient { public class MainClient {
public MainClient() throws IOException, ClassNotFoundException { public MainClient() throws IOException, ClassNotFoundException {
@ -50,7 +44,6 @@ public class MainClient {
System.out.println("[CLIENT] NACHRICHT GESENDET"); System.out.println("[CLIENT] NACHRICHT GESENDET");
// Message erhalten // Message erhalten
Object erhalten = null; Object erhalten = null;
while (erhalten == null) { while (erhalten == null) {

View file

@ -17,15 +17,10 @@
package test; package test;
/** /**
* Dies ist eine Test-Klasse
* *
* @author berdan * @author berdan, eichehome
*/ */
/*
Dies ist eine Test-Klasse
*/
public class PipeTest { public class PipeTest {
public static void main(String[] args) { public static void main(String[] args) {