Ignore:
Timestamp:
2003-09-01T15:33:58+12:00 (21 years ago)
Author:
kjdon
Message:

tidying up println stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/Misc.java

    r4101 r5400  
    1313   
    1414    public static void printHash(HashMap map) {
    15     System.out.println("Map entries are :");
    1615    Set entries = map.entrySet();
    1716    Iterator i = entries.iterator();
     
    2019        String name = (String)m.getKey();
    2120        String value = (String)m.getValue();
    22         System.out.println(name+"="+value);
    2321    } 
    2422    }
Note: See TracChangeset for help on using the changeset viewer.