Test-Klassen sind kommentiert
This commit is contained in:
parent
6ef937e2cc
commit
2969adf4dc
2 changed files with 33 additions and 2 deletions
|
@ -1,3 +1,19 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2021 berdan
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* 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;
|
package test;
|
||||||
|
|
||||||
|
@ -5,6 +21,15 @@ import java.io.*;
|
||||||
import java.net.*;
|
import java.net.*;
|
||||||
import utils.Message;
|
import utils.Message;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author berdan
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Dies ist eine Test-Klasse
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public class MainClient {
|
public class MainClient {
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2021 eichehome
|
* Copyright (C) 2021 berdan
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -18,8 +18,14 @@ package test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author eichehome
|
* @author berdan
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Dies ist eine Test-Klasse
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
public class PipeTest {
|
public class PipeTest {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
Loading…
Reference in a new issue