| # | Line 31 | Line 31 | public class CpuUserReport extends Report { | |
|---|---|---|
| 31 | //---PUBLIC METHODS--- | |
| 32 | ||
| 33 | // Override the superclass here to obtain special functionality. | |
| 34 | < | //public void createReport(){ |
| 34 | > | public void createReport(){ |
| 35 | ||
| 36 | < | // Activate special funtionality. |
| 37 | < | |
| 36 | > | // Perform special functions here. |
| 37 | > | // ..... |
| 38 | ||
| 39 | // Now carry on with the normal method for creating reports. | |
| 40 | < | // super.createReport(); |
| 41 | < | //} |
| 40 | > | super.createReport(); |
| 41 | > | } |
| 42 | ||
| 43 | //---PRIVATE METHODS--- | |
| 44 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |