ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/DBReporter/IndexMaker.java
(Generate patch)

Comparing projects/cms/source/reports/DBReporter/IndexMaker.java (file contents):
Revision 1.4 by pjm2, Mon Jan 8 10:23:06 2001 UTC vs.
Revision 1.5 by pjm2, Mon Jan 8 10:27:21 2001 UTC

# Line 87 | Line 87 | public class IndexMaker {
87  
88      // Override this method for customised index pages.
89      private static void makeCustomContents(BufferedWriter bw, LinkedList list) throws IOException{
90 <        IscreamLayout.printMachines(bw, list);
90 >        IscreamLayout.printAllMachines(bw, list);
91      }
92  
93   //---ACCESSOR/MUTATOR METHODS---

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines