updated API description

This commit is contained in:
2019-09-14 17:54:26 +02:00
parent 13d16a1309
commit 6348f81bed
53 changed files with 487 additions and 670 deletions

View File

@ -21,7 +21,7 @@ import java.io.InputStream;
/**
*
* @author joern@muehlencord.de
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class DefaultTest {

View File

@ -24,7 +24,7 @@ import org.junit.jupiter.api.Test;
/**
* Basic StringUtilTests
*
* @author joern@muehlencord.de
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class StringUtilTest extends DefaultTest {