Ignore:
Timestamp:
2010-01-07T18:13:25+01:00 (14 years ago)
Author:
stoecker
Message:

make private functions private

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/I18n.java

    r2756 r2757  
    7171    }
    7272
    73     public static final String gettext(String text, String ctx)
     73    private static final String gettext(String text, String ctx)
    7474    {
    7575        int i;
     
    8888    }
    8989
    90     public static final String gettextn(String text, String plural, String ctx, long num)
     90    private static final String gettextn(String text, String plural, String ctx, long num)
    9191    {
    9292        int i;
     
    172172    }
    173173
    174     public static boolean load(String l)
     174    private static boolean load(String l)
    175175    {
    176176        if(l.equals("en"))
Note: See TracChangeset for help on using the changeset viewer.