Modify

Opened 13 years ago

Closed 13 years ago

#7734 closed enhancement (fixed)

changed empty string check in Tile.putValue(...) and added documentation

Reported by: Locked Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:

Description (last modified by Locked)

Changed the sanity check

if (value == null || "".equals(value)) {

if (value == null || value.isEmpty()) {

and added some javadocs

Change History (6)

by Locked, 13 years ago

Attachment: Tile.diff added

the diff for the enhancement

comment:1 by Locked, 13 years ago

Description: modified (diff)

comment:2 by Locked, 13 years ago

Description: modified (diff)

comment:3 by Locked, 13 years ago

Summary: chaanged empty string check in Tile.putValue(...) and added documentationchanged empty string check in Tile.putValue(...) and added documentation

comment:4 by simon04, 13 years ago

Thank you for contributing some documentation. If possible, please aggregate some changes in order to ease the process. :-)

comment:5 by simon04, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in [o28411].

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.