mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38: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 UncaughtExceptionHandler exceptionHandler;
|
||||
|
||||
// package private for GNU Classpath, which inexpicably bypasses the
|
||||
// accessor methods:
|
||||
// package private for GNU Classpath, which inexplicably bypasses
|
||||
// the accessor methods:
|
||||
String name;
|
||||
ThreadGroup group;
|
||||
|
||||
|
Reference in New Issue
Block a user