publicize validateCommandLine()

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2158 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-12-12 18:17:03 +00:00
parent cda2d0e6de
commit 2e09ff97a4
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ public class GVCallGraph {
* @throws UnsupportedOperationException
* if command-line is malformed.
*/
static void validateCommandLine(Properties p) {
public static void validateCommandLine(Properties p) {
if (p.get("appJar") == null) {
throw new UnsupportedOperationException("expected command-line to include -appJar");
}