|
From: <de...@us...> - 2003-08-07 08:46:38
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/src/com/babeldoc/scanner
In directory sc8-pr-cvs1:/tmp/cvs-serv25753/modules/scanner/src/com/babeldoc/scanner
Modified Files:
Scanner.java
Log Message:
Implementing Holywood principle
Index: Scanner.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/src/com/babeldoc/scanner/Scanner.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Scanner.java 6 Aug 2003 12:09:58 -0000 1.24
--- Scanner.java 7 Aug 2003 08:46:34 -0000 1.25
***************
*** 128,137 ****
*/
public void execute(CommandLine commandLine) {
! super.execute(commandLine);
- // if the user asked for a help screen, exit and let him rerun the command.
- if (commandLine.hasOption('h')) {
- return;
- }
// otherwise, continue with normal execution path
--- 128,133 ----
*/
public void execute(CommandLine commandLine) {
! //super.execute(commandLine);
// otherwise, continue with normal execution path
|