mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 15:37:41 +00:00
GUACAMOLE-224: Remove @author tags from codebase.
This commit is contained in:
@@ -25,8 +25,6 @@ import org.apache.guacamole.GuacamoleServerException;
|
||||
/**
|
||||
* A GuacamoleProperty whose value is an boolean. Legal true values are "true",
|
||||
* or "false". Case does not matter.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public abstract class BooleanGuacamoleProperty implements GuacamoleProperty<Boolean> {
|
||||
|
||||
|
@@ -24,8 +24,6 @@ import org.apache.guacamole.GuacamoleException;
|
||||
|
||||
/**
|
||||
* A GuacamoleProperty whose value is a filename.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public abstract class FileGuacamoleProperty implements GuacamoleProperty<File> {
|
||||
|
||||
|
@@ -27,7 +27,6 @@ import org.slf4j.LoggerFactory;
|
||||
* Abstract representation of the Guacamole configuration directory.
|
||||
*
|
||||
* @deprecated
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class GuacamoleHome {
|
||||
|
||||
|
@@ -39,7 +39,6 @@ import org.slf4j.LoggerFactory;
|
||||
* be read from the root of the classpath.
|
||||
*
|
||||
* @deprecated
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class GuacamoleProperties {
|
||||
|
||||
|
@@ -25,8 +25,8 @@ import org.apache.guacamole.GuacamoleException;
|
||||
* An abstract representation of a property in the guacamole.properties file,
|
||||
* which parses into a specific type.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
* @param <Type> The type this GuacamoleProperty will parse into.
|
||||
* @param <Type>
|
||||
* The type this GuacamoleProperty will parse into.
|
||||
*/
|
||||
public interface GuacamoleProperty<Type> {
|
||||
|
||||
|
@@ -24,8 +24,6 @@ import org.apache.guacamole.GuacamoleServerException;
|
||||
|
||||
/**
|
||||
* A GuacamoleProperty whose value is an integer.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public abstract class IntegerGuacamoleProperty implements GuacamoleProperty<Integer> {
|
||||
|
||||
|
@@ -24,8 +24,6 @@ import org.apache.guacamole.GuacamoleServerException;
|
||||
|
||||
/**
|
||||
* A GuacamoleProperty whose value is an long.
|
||||
*
|
||||
* @author James Muehlner
|
||||
*/
|
||||
public abstract class LongGuacamoleProperty implements GuacamoleProperty<Long> {
|
||||
|
||||
|
@@ -23,8 +23,6 @@ import org.apache.guacamole.GuacamoleException;
|
||||
|
||||
/**
|
||||
* A GuacamoleProperty whose value is a simple string.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public abstract class StringGuacamoleProperty implements GuacamoleProperty<String> {
|
||||
|
||||
|
Reference in New Issue
Block a user