cziegeler 2004/06/24 00:32:53
Modified: src/java/org/apache/cocoon/selection ExceptionSelector.java
Log:
make internal class static
Revision Changes Path
1.8 +2 -2
cocoon-2.1/src/java/org/apache/cocoon/selection/ExceptionSelector.java
Index: ExceptionSelector.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/selection/ExceptionSelector.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ExceptionSelector.java 5 Mar 2004 13:02:57 -0000 1.7
+++ ExceptionSelector.java 24 Jun 2004 07:32:53 -0000 1.8
@@ -160,7 +160,7 @@
return result;
}
- class FindResult {
+ static class FindResult {
private String name;
private Throwable throwable;