Skip to content

Commit

Permalink
#36 Fix the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
junoyoon committed Mar 8, 2014
1 parent 855fe03 commit 39ebf59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public PropertyBuilder(GrinderProperties properties, Directory baseDirectory, bo
*/
public PropertyBuilder(GrinderProperties properties, Directory baseDirectory, boolean securityEnabled,
String hostString, String hostName, boolean server, boolean useXmxLimit, String additionalJavaOpt) {
this(properties, baseDirectory, securityEnabled, hostString, hostName, server, useXmxLimit, true, null);
this(properties, baseDirectory, securityEnabled, hostString, hostName, server, useXmxLimit, true, additionalJavaOpt);
}

/**
Expand Down

0 comments on commit 39ebf59

Please sign in to comment.