Fix wording of error message.

This commit is contained in:
Michael Jumper
2012-04-18 12:11:17 -07:00
parent 436d657db1
commit 3703bf869d

View File

@@ -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);