GuacamoleProperties should not be instantiated.

This commit is contained in:
Michael Jumper
2011-05-13 00:49:10 -07:00
parent a8f5862439
commit 3bcb7c979c

View File

@@ -26,6 +26,8 @@ import net.sourceforge.guacamole.GuacamoleException;
public class GuacamoleProperties {
private GuacamoleProperties() {}
public static final StringGuacamoleProperty GUACD_HOSTNAME = new StringGuacamoleProperty() {
@Override