mcconnell 2003/02/10 23:13:45
Modified: src/java/org/apache/avalon/framework/component
WrapperComponentSelector.java
Log:
Checkstyle compliance update.
Revision Changes Path
1.8 +4 -4
avalon/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java
Index: WrapperComponentSelector.java
===================================================================
RCS file:
/home/cvs/avalon/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- WrapperComponentSelector.java 10 Feb 2003 07:19:15 -0000 1.7
+++ WrapperComponentSelector.java 11 Feb 2003 07:13:45 -0000 1.8
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1997-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -124,8 +124,8 @@
throw new ComponentException( m_key + policy, se.getMessage(), se );
}
- final String message = "Role does not implement the Component " +
- "interface and thus can not be accessed via ComponentSelector";
+ final String message = "Role does not implement the Component "
+ + "interface and thus can not be accessed via ComponentSelector";
throw new ComponentException( m_key + policy, message );
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]