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/UsersDataComponent.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/UsersDataComponent.java (file contents):
Revision 1.7 by ajm, Mon Jan 29 13:58:45 2001 UTC vs.
Revision 1.8 by tdb, Mon Jan 29 14:00:51 2001 UTC

# Line 87 | Line 87 | public class UsersDataComponent extends VisibleDataCom
87       */
88      public void setValue(String value) throws DataFormatException {
89          try {
90 <            if (value == null)) {
90 >            if (value == null) {
91                  value = "no users logged on";
92              }
93              if (!_cache.equals(value)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines