/[gzz]/gzz/lava/gzz/util/headers/SortedHeader822.java
ViewVC logotype

Diff of /gzz/lava/gzz/util/headers/SortedHeader822.java

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

revision 1.2 by tjl, Tue Oct 22 11:16:01 2002 UTC revision 1.3 by benja, Tue Oct 22 18:49:02 2002 UTC
# Line 38  public class SortedHeader822 extends Mod Line 38  public class SortedHeader822 extends Mod
38    
39      public List getLines() {      public List getLines() {
40          ArrayList lines = new ArrayList();          ArrayList lines = new ArrayList();
         /* COMMENTED OUT BY TJL: THE CALL canonicalizeFieldName DOESN'T COMPILE!!!  
41    
42          for(Iterator i=map.keySet().iterator(); i.hasNext();) {          for(Iterator i=map.keySet().iterator(); i.hasNext();) {
43              String fieldName = (String)i.next();              String fieldName = (String)i.next();
# Line 51  public class SortedHeader822 extends Mod Line 50  public class SortedHeader822 extends Mod
50                  lines.add(fieldName + ": " + fieldValue); // no folding                  lines.add(fieldName + ": " + fieldValue); // no folding
51              }              }
52          }          }
         */  
53    
54          return lines;          return lines;
55      }      }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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