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

Comparing projects/cms/source/reports/DBReporter/ReportPage.java (file contents):
Revision 1.1 by pjm2, Mon Dec 11 21:26:46 2000 UTC vs.
Revision 1.4 by pjm2, Sat Jan 6 22:09:32 2001 UTC

# Line 23 | Line 23 | public class ReportPage {
23  
24      public ReportPage(String location, String description, int type){
25          
26 <        if (type < 0 || type > 3){
26 >        if (type < HOUR || type > MONTH){
27              System.out.println("Could not add the page.");
28          }
29          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines