ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/UptimeDataComponent.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/UptimeDataComponent.java (file contents):
Revision 1.1 by ajm, Tue Feb 6 00:09:17 2001 UTC vs.
Revision 1.2 by ajm, Tue Feb 6 00:41:38 2001 UTC

# Line 63 | Line 63 | public class UptimeDataComponent extends StringDataCom
63          try {
64              if(!_cache.equals(value)) {
65                  _cache = value;
66 <                value = DateUtils.formatTime(Long.parseLong(value), "%DAYS% days %HOURS% hours %MINS% mins %SECS% secs");
66 >                value = DateUtils.formatTime(Long.parseLong(value), "%DAYS% days %HOURS% hours %MINS% mins");
67                  super.setValue(value);
68              }
69          } catch (Exception e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines