/[classpath]/classpath/external/jaxp/source/org/xml/sax/helpers/XMLReaderFactory.java
ViewVC logotype

Diff of /classpath/external/jaxp/source/org/xml/sax/helpers/XMLReaderFactory.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by cbj, Sat Feb 1 02:10:48 2003 UTC revision 1.2 by mkoch, Wed Nov 12 09:20:55 2003 UTC
# Line 109  final public class XMLReaderFactory Line 109  final public class XMLReaderFactory
109                    
110          // 1. try the JVM-instance-wide system property          // 1. try the JVM-instance-wide system property
111          try { className = System.getProperty (property); }          try { className = System.getProperty (property); }
112          catch (Exception e) { /* normally fails for applets */ }          catch (RuntimeException e) { /* normally fails for applets */ }
113    
114          // 2. if that fails, try META-INF/services/          // 2. if that fails, try META-INF/services/
115          if (className == null) {          if (className == null) {

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26