From 3bcb7c979ce4346ef934f8bba9cb10be991ee4ae Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 13 May 2011 00:49:10 -0700 Subject: [PATCH] GuacamoleProperties should not be instantiated. --- .../sourceforge/guacamole/properties/GuacamoleProperties.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guacamole-common/src/main/java/net/sourceforge/guacamole/properties/GuacamoleProperties.java b/guacamole-common/src/main/java/net/sourceforge/guacamole/properties/GuacamoleProperties.java index 76f713849..fa1239bdf 100644 --- a/guacamole-common/src/main/java/net/sourceforge/guacamole/properties/GuacamoleProperties.java +++ b/guacamole-common/src/main/java/net/sourceforge/guacamole/properties/GuacamoleProperties.java @@ -26,6 +26,8 @@ import net.sourceforge.guacamole.GuacamoleException; public class GuacamoleProperties { + private GuacamoleProperties() {} + public static final StringGuacamoleProperty GUACD_HOSTNAME = new StringGuacamoleProperty() { @Override