Skip to content

Commit 2c09580

Browse files
hansonrhansonr
authored andcommitted
_ variable for catch switched to "e"
1 parent 4752683 commit 2c09580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/net.sf.j2s.java.core/src/javax/xml/xpath/XPathFactoryFinder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class XPathFactoryFinder {
5656
// Use try/catch block to support applets
5757
try {
5858
debug = ss.getSystemProperty("jaxp.debug") != null;
59-
} catch (Exception _) {
59+
} catch (Exception e) {
6060
debug = false;
6161
}
6262
}
@@ -111,7 +111,7 @@ private void debugDisplayClassLoader() {
111111
debugPrintln("using thread context class loader ("+classLoader+") for search");
112112
return;
113113
}
114-
} catch( Throwable _ ) {
114+
} catch( Throwable e ) {
115115
; // getContextClassLoader() undefined in JDK1.1
116116
}
117117

0 commit comments

Comments
 (0)