- Timestamp:
- 09/07/12 08:28:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/JFCTraceCorrector.java
r787 r792 562 562 563 563 // finish the component specification by setting the parameters 564 if ( title == null) {565 if ( icon == null) {564 if ((title == null) || "".equals(title) || "null".equals(title)) { 565 if ((icon == null) || "".equals(icon) || "null".equals(icon)) { 566 566 title = clazz.substring(clazz.lastIndexOf('.') + 1) + "("; 567 567
Note: See TracChangeset
for help on using the changeset viewer.