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

@@ -29,8 +29,6 @@ import org.xml.sax.helpers.DefaultHandler;
/**
* XML parser for the configuration file used by the NoAuth auth provider.
*
* @author Laurent Meunier
*/
public class NoAuthConfigContentHandler extends DefaultHandler {

View File

@@ -62,8 +62,6 @@ import org.xml.sax.helpers.XMLReaderFactory;
* <param name="port" value="3389" />
* </config>
* </configs>
*
* @author Laurent Meunier
*/
public class NoAuthenticationProvider extends SimpleAuthenticationProvider {