Changeset 19653
- Timestamp:
- 02/03/12 19:35:49 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_Wsp/src/eu/scenari/wsp/service/comment/SvcCommentDialog.java
r19632 r19653 563 563 564 564 public void setParamText(String pParamText) { 565 fParamText = pParamText; 565 if(pParamText != null) 566 fParamText = pParamText.replace('\r', '\n'); 566 567 } 567 568
Note: See TracChangeset
for help on using the changeset viewer.