Skip to content

Commit

Permalink
corrected typo in property name -- fix for BYTEMAN-156
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Dec 2, 2013
1 parent a29ec9d commit 5651629
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ private static int initPort()
*/
private static boolean initPolicy()
{
String policyString= System.getProperty(AGENT_PORT);
String policyString= System.getProperty(AGENT_POLICY);
return (policyString == null ? false : Boolean.valueOf(policyString));
}

Expand Down

0 comments on commit 5651629

Please sign in to comment.