| # | Line 5 | Line 5 | import java.io.*; | |
|---|---|---|
| 5 | ||
| 6 | ||
| 7 | /** | |
| 8 | < | * Connects to the database to produce reports. |
| 8 | > | * Produces an SHTML document. |
| 9 | * | |
| 10 | * @author $Author$ | |
| 11 | * @version $Id$ | |
| # | Line 33 | Line 33 | public class SHTMLMaker { | |
| 33 | _height = height; | |
| 34 | _pd = pd; | |
| 35 | ||
| 36 | < | } |
| 36 | > | } |
| 37 | ||
| 38 | public void writePage(String filename) throws IOException{ | |
| 39 | ||
| # | Line 64 | Line 64 | public class SHTMLMaker { | |
| 64 | bw.flush(); | |
| 65 | bw.close(); | |
| 66 | ||
| 67 | < | System.out.println(" - Written SHTML page"); |
| 67 | > | System.out.println(" - Written SHTML page"); |
| 68 | ||
| 69 | } | |
| 70 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |