stephan 2003/05/09 03:04:28
Modified: src/webapp/samples/errorhandling samples.xml Log: Some corrections. Thank you, Vadim, for the nice work. Revision Changes Path 1.2 +3 -3 cocoon-2.1/src/webapp/samples/errorhandling/samples.xml Index: samples.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/errorhandling/samples.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- samples.xml 8 May 2003 13:42:07 -0000 1.1 +++ samples.xml 9 May 2003 10:04:28 -0000 1.2 @@ -37,13 +37,13 @@ <group name="Java Exceptions"> <sample name="NullPointerException" href="exception/exception?exception=nullPointer"> - Generate NullPointerException. + Generate RuntimeException. </sample> <sample name="Error" href="exception/exception?exception=error"> Generate Error. </sample> <sample name="No Exception" href="exception/exception"> - Generate Error. + Normal behaviour. </sample> </group> </samples>