Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[JENKINS-20070] Clear SAX system property afterwards.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 31, 2014
1 parent 9c1db98 commit b5457a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/analysis/util/SaxSetup.java
Expand Up @@ -7,7 +7,7 @@
*/
public class SaxSetup {
/** Property of SAX parser factory. */
private static final String SAX_DRIVER_PROPERTY = "org.xml.sax.driver";
public static final String SAX_DRIVER_PROPERTY = "org.xml.sax.driver";

private String oldProperty;

Expand Down

0 comments on commit b5457a8

Please sign in to comment.