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

@@ -23,8 +23,6 @@ package org.apache.guacamole.language;
* An object which is associated with a translatable message that can be passed
* through an arbitrary translation service, producing a human-readable message
* in the user's native language.
*
* @author Michael Jumper
*/
public interface Translatable {

View File

@@ -23,8 +23,6 @@ package org.apache.guacamole.language;
* A message which can be translated using a translation service, providing a
* translation key and optional set of values to be substituted into the
* translation string associated with that key.
*
* @author Michael Jumper
*/
public class TranslatableMessage {