Searched refs:countStr (Results 1 – 1 of 1) sorted by relevance
916 String countStr = nextArg(); in processOptions() local917 if (countStr == null) { in processOptions()924 mCount = Integer.parseInt(countStr); in processOptions()926 Logger.err.println("** Error: Count is not a number: \"" + countStr + "\""); in processOptions()