ZoneInfoProvider is thread-safe and publicly immutable. @author Brian S O'Neill @since 1.0
486487488489490491492493494495496
// ignored } if (provider == null) { try { provider = new ZoneInfoProvider("org/joda/time/tz/data"); } catch (Exception ex) { ex.printStackTrace(); } }
433434435436437438439440441442443
// ignored } if (provider == null) { try { provider = new ZoneInfoProvider("org/joda/time/tz/data"); } catch (Exception ex) { Thread thread = Thread.currentThread(); thread.getThreadGroup().uncaughtException(thread, ex); } }
443444445446447448449450451452453
457458459460461462463464465466467
434435436437438439440441442443444
485486487488489490491492493494495