mcconnell 2003/02/10 22:48:42
Modified: src/java/org/apache/avalon/framework/configuration
SAXConfigurationHandler.java
Log:
Updated for checkstyle compliance.
Revision Changes Path
1.28 +6 -6
avalon/src/java/org/apache/avalon/framework/configuration/SAXConfigurationHandler.java
Index: SAXConfigurationHandler.java
===================================================================
RCS file:
/home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/SAXConfigurationHandler.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- SAXConfigurationHandler.java 10 Feb 2003 07:19:16 -0000 1.27
+++ SAXConfigurationHandler.java 11 Feb 2003 06:48:42 -0000 1.28
@@ -179,9 +179,9 @@
final String trimmedValue = accumulatedValue.trim();
if( trimmedValue.length() > 0 )
{
- throw new SAXException( "Not allowed to define mixed content in the
" +
- "element " +
finishedConfiguration.getName() + " at " +
- finishedConfiguration.getLocation() );
+ throw new SAXException( "Not allowed to define mixed content in the
"
+ + "element " +
finishedConfiguration.getName() + " at "
+ + finishedConfiguration.getLocation() );
}
}
@@ -313,9 +313,9 @@
else
{
return
- m_locator.getSystemId() + ":" +
- m_locator.getLineNumber() + ":" +
- m_locator.getColumnNumber();
+ m_locator.getSystemId() + ":"
+ + m_locator.getLineNumber() + ":"
+ + m_locator.getColumnNumber();
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]