make/tools/src/build/tools/cldrconverter/MetaZonesParseHandler.java

Print this page

        

@@ -44,12 +44,13 @@
             return new InputSource((new File(CLDRConverter.LOCAL_SPPL_LDML_DTD)).toURI().toString());
         }
         return null;
     }
 
+    // metaZone: ID -> metazone
+    // per locale: ID -> names, metazone -> names
     @Override
-    @SuppressWarnings("fallthrough")
     public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
         switch (qName) {
         case "timezone":
             tzid = attributes.getValue("type");
             pushContainer(qName, attributes);