|
From: <de...@us...> - 2003-07-01 14:28:09
|
Update of /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/pipeline/command
In directory sc8-pr-cvs1:/tmp/cvs-serv19170/modules/gui/src/com/babeldoc/gui/pipeline/command
Modified Files:
SwingFeederPanel.java
Log Message:
Commented one of catch clasuses to prevent compiler errors. We should reconsider this later...
Index: SwingFeederPanel.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/pipeline/command/SwingFeederPanel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SwingFeederPanel.java 11 Jun 2003 23:35:38 -0000 1.3
--- SwingFeederPanel.java 1 Jul 2003 14:28:04 -0000 1.4
***************
*** 171,176 ****
} catch (PipelineException e) {
e.printStackTrace(); //To change body of catch statement use Options | File Templates.
! } catch (JournalException e) {
! e.printStackTrace(); //To change body of catch statement use Options | File Templates.
} catch (IOException e) {
e.printStackTrace();
--- 171,176 ----
} catch (PipelineException e) {
e.printStackTrace(); //To change body of catch statement use Options | File Templates.
! //} catch (JournalException e) {
! // e.printStackTrace(); //To change body of catch statement use Options | File Templates.
} catch (IOException e) {
e.printStackTrace();
|