From ce57fed2fb8a6fb7fcbf7aea480dda66c5b5568a Mon Sep 17 00:00:00 2001 From: hanna Date: Wed, 1 Apr 2009 20:56:42 +0000 Subject: [PATCH] Hack to work around an Apache CLI bug, where core arguments couldn't be commingled with walker arguments. These arguments can commingle now. Everybody into the pool. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@252 348d0f76-0448-11de-a6fe-93d51630548a --- .../broadinstitute/sting/utils/cmdLine/ArgumentParser.java | 4 +--- .../sting/utils/cmdLine/CommandLineProgram.java | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/java/src/org/broadinstitute/sting/utils/cmdLine/ArgumentParser.java b/java/src/org/broadinstitute/sting/utils/cmdLine/ArgumentParser.java index 0cef2b4f7..8b144c49b 100644 --- a/java/src/org/broadinstitute/sting/utils/cmdLine/ArgumentParser.java +++ b/java/src/org/broadinstitute/sting/utils/cmdLine/ArgumentParser.java @@ -269,11 +269,10 @@ public class ArgumentParser { * exit the program * * @param args the command line arguments we recieved - * @param args whether to allow incomplete command-line arguments + * @param allowIncomplete whether to allow incomplete command-line arguments */ public void processArgs(String[] args, boolean allowIncomplete) throws ParseException { OurPosixParser parser = new OurPosixParser(); - Collection