|
From: <tr...@us...> - 2003-09-16 05:19:08
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/error
In directory sc8-pr-cvs1:/tmp/cvs-serv31207/modules/core/src/com/babeldoc/core/pipeline/error
Modified Files:
RedirectErrorHandler.java
Log Message:
updated the commons-lang component. going through all the TODOs and remediating the issues.
Index: RedirectErrorHandler.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/error/RedirectErrorHandler.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RedirectErrorHandler.java 27 Jun 2003 02:19:59 -0000 1.4
--- RedirectErrorHandler.java 16 Sep 2003 05:19:01 -0000 1.5
***************
*** 80,89 ****
public class RedirectErrorHandler implements IPipelineStageErrorHandler {
/**
! * TODO: DOCUMENT ME!
*
! * @param stage DOCUMENT ME!
! * @param pe DOCUMENT ME!
*
! * @return DOCUMENT ME!
*/
public boolean handlePipelineStageError(IPipelineStage stage,
--- 80,89 ----
public class RedirectErrorHandler implements IPipelineStageErrorHandler {
/**
! * Called when an error is encountered
*
! * @param stage the pipeline stage that encountered the exception
! * @param pe the pipeline exception
*
! * @return can this pipeline stage proceed?
*/
public boolean handlePipelineStageError(IPipelineStage stage,
|