mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
fix misspelling in comment
This commit is contained in:
@ -25,8 +25,8 @@ public class Thread implements Runnable {
|
|||||||
private ClassLoader classLoader;
|
private ClassLoader classLoader;
|
||||||
private UncaughtExceptionHandler exceptionHandler;
|
private UncaughtExceptionHandler exceptionHandler;
|
||||||
|
|
||||||
// package private for GNU Classpath, which inexpicably bypasses the
|
// package private for GNU Classpath, which inexplicably bypasses
|
||||||
// accessor methods:
|
// the accessor methods:
|
||||||
String name;
|
String name;
|
||||||
ThreadGroup group;
|
ThreadGroup group;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user