GUACAMOLE-224: Remove @author tags from codebase.

This commit is contained in:
Michael Jumper
2017-02-27 23:17:42 -08:00
parent fa07460390
commit dec73c8457
412 changed files with 18 additions and 832 deletions

View File

@@ -28,8 +28,6 @@ import static org.junit.Assert.*;
/**
* Tests the ReaderGuacamoleReader implementation of GuacamoleReader, validating
* that instructions are parsed correctly.
*
* @author Michael Jumper
*/
public class ReaderGuacamoleReaderTest {

View File

@@ -29,8 +29,6 @@ import org.junit.Test;
/**
* Test which validates filtering of Guacamole instructions with
* FilteredGuacamoleReader.
*
* @author Michael Jumper
*/
public class FilteredGuacamoleReaderTest {

View File

@@ -29,8 +29,6 @@ import org.junit.Test;
/**
* Test which validates filtering of Guacamole instructions with
* FilteredGuacamoleWriter.
*
* @author Michael Jumper
*/
public class FilteredGuacamoleWriterTest {

View File

@@ -26,8 +26,6 @@ import org.junit.Test;
/**
* Unit test for GuacamoleParser. Verifies that parsing of the Guacamole
* protocol works as required.
*
* @author Michael Jumper
*/
public class GuacamoleParserTest {