From 555b8b94d1a3965a762a454ecab6acdca8078bea Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 18 Apr 2012 12:11:17 -0700 Subject: [PATCH] Fix wording of error message. --- .../guacamole/net/basic/BasicFileAuthenticationProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenticationProvider.java b/src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenticationProvider.java index d31e2ba..c66b416 100644 --- a/src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenticationProvider.java +++ b/src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenticationProvider.java @@ -375,7 +375,7 @@ public class BasicFileAuthenticationProvider implements AuthenticationProvider { currentConnection = attributes.getValue("name"); if (currentConnection == null) - throw new SAXException("Attribute \"name\" required for param tag."); + throw new SAXException("Attribute \"name\" required for connection tag."); current.addConfiguration(currentConnection); -- 1.7.10.4