UTCProvider is thread-safe and immutable. @author Brian S O'Neill @since 1.0
442443444445446447448449450451
// throw new RuntimeException(ex); // } // } if (provider == null) { provider = new UTCProvider(); } return provider; }
437438439440441442443444445446