Changeset 15011 for trunk/Jav_Commons/src/eu/scenari/fw/log/TracePoint.java
- Timestamp:
- 03/03/10 14:59:40 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_Commons/src/eu/scenari/fw/log/TracePoint.java
r13381 r15011 58 58 super(); 59 59 fCode = pCode; 60 fDisplayName = pDisplayName ;60 fDisplayName = pDisplayName == null ? pCode : pDisplayName; 61 61 62 62 }
Note: See TracChangeset
for help on using the changeset viewer.