/[classpath]/cp-tools/src/gnu/localegen/JavaGenerator.java
ViewVC logotype

Diff of /cp-tools/src/gnu/localegen/JavaGenerator.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by dog, Thu Dec 23 12:17:23 2004 UTC revision 1.17 by mkoch, Thu Dec 30 14:06:10 2004 UTC
# Line 565  public class JavaGenerator Line 565  public class JavaGenerator
565    
566      if (elt != null)      if (elt != null)
567        localeContents.add(new HashtableContent("territories", elt.listData));        localeContents.add(new HashtableContent("territories", elt.listData));
568    
569        elt = (ListDataElement)flattree.get("ldml.localeDisplayNames.languages");
570    
571        if (elt != null)
572          localeContents.add(new HashtableContent("languages", elt.listData));
573    }    }
574        
575    private void computeContents()    private void computeContents()

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26