| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |