UTCProvider is thread-safe and immutable. @author Brian S O'Neill @since 1.0
465466467468469470471472473474
thread.getThreadGroup().uncaughtException(thread, ex); } } if (provider == null) { provider = new UTCProvider(); } return provider; }