Skip to content

Commit

Permalink
Renamed sysproperty "integrity.transform.stacksize"...
Browse files Browse the repository at this point in the history
...to "integrity.xmlwriter.transform.stacksize" to match the pattern of
other xmlwriter properties.
  • Loading branch information
S1artie committed Jun 9, 2017
1 parent bc2b9fe commit 2ff48ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public class XmlWriterTestCallback extends AbstractTestRunnerCallback {
/**
* System property name for overriding transform thread stack size.
*/
protected static final String SYSPARAM_TRANSFORM_THREAD_STACK_SIZE = "integrity.transform.stacksize";
protected static final String SYSPARAM_TRANSFORM_THREAD_STACK_SIZE = "integrity.xmlwriter.transform.stacksize";

/**
* The time format used to format execution times.
Expand Down

0 comments on commit 2ff48ce

Please sign in to comment.