Changeset 4174
- Timestamp:
- Mar 13, 2008, 8:36:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6-stable/src/core/net/sf/basedb/core/SessionControl.java
r4034 r4174 1792 1792 SettingInfo si = entry.getValue(); 1793 1793 // If the setting has been modified, it should be created 1794 if (si != null && si. modified)1794 if (si != null && si.value != null && si.modified) 1795 1795 { 1796 1796 I s = dataClass.newInstance(); … … 1948 1948 this.modified = modified; 1949 1949 } 1950 1951 public String toString() 1952 { 1953 return "value=" + value + "; modified=" + modified; 1954 } 1950 1955 } 1951 1956
Note: See TracChangeset
for help on using the changeset viewer.