need more access, found out in junit testing

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@165 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-03-24 13:22:09 +00:00
parent 908065125f
commit a3b8830855
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ public class ArgumentParser {
*
* @param args the command line arguments we recieved
*/
protected void processArgs(String[] args) {
public void processArgs(String[] args) {
CommandLineParser parser = new PosixParser();
try {