Week.java output to console

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Grant

Week.java output to console

Post by Grant » Wed Jan 01, 2003 11:41 pm

Hi,

When using the com.jrefinery.data.Week class it outputs the used range of dates to System.out - which whilst is nice for debug - doesn't help my console based app as I cannot stop it from doing so - without modifing the source myself and maintaining that.

Are you able to update and comment out the System.out.println in the method public long getEnd(Calendar calendar) ??

Thanks

David Gilbert

Re: Week.java output to console

Post by David Gilbert » Thu Jan 02, 2003 10:29 am

Hi Grant,

Thanks for reporting that, I've removed the line and committed the change to CVS.

Regards,

Dave Gilbert

Locked