Skip to content

Commit

Permalink
Updated review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepika-u committed Jul 16, 2024
1 parent 1590d19 commit e60de1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3588,7 +3588,7 @@ public void setText (String text) {
this.originalText = text;
String[] strings = text.split("\r");
text = "";
for(int i = 0; i < strings.length; i++)
for (int i = 0; i < strings.length; i++)
text += strings[i];

if (text == null) SWT.error(SWT.ERROR_NULL_ARGUMENT);
Expand Down

0 comments on commit e60de1d

Please sign in to comment.