a80f17809955f9dce122fcd4a06093bd62798db9
[jalviewjs.git] / site / j2s / java / util / spi / TimeZoneNameProvider.js
1 Clazz.declarePackage ("java.util.spi");
2 Clazz.load (["java.util.spi.LocaleServiceProvider"], "java.util.spi.TimeZoneNameProvider", null, function () {
3 c$ = Clazz.declareType (java.util.spi, "TimeZoneNameProvider", java.util.spi.LocaleServiceProvider);
4 Clazz.makeConstructor (c$, 
5 function () {
6 Clazz.superConstructor (this, java.util.spi.TimeZoneNameProvider, []);
7 });
8 });