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

Commit

Permalink
[FIXED JENKINS-27548] Do not alter SAX environment variable anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 27, 2016
1 parent 7ced0a9 commit ba4e6c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/hudson/plugins/analysis/util/SaxSetup.java
Expand Up @@ -4,7 +4,10 @@

/**
* Registers the correct SAX driver if the environment variable is set.
*
* @Deprecated The usage of this class is discouraged, see JENKINS-27548
*/
@Deprecated
public class SaxSetup {
/** Property of SAX parser factory. */
public static final String SAX_DRIVER_PROPERTY = "org.xml.sax.driver";
Expand Down

0 comments on commit ba4e6c1

Please sign in to comment.