Opened 14 years ago

Last modified 14 years ago

#7734 closed enhancement

chaanged empty string check in Tile.putValue(...) and added documentation — at Version 1

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

Description (last modified by Locked)

Changed the sanity check

from if (value == null to if (value == null
"".equals(value)) {
value.isEmpty()) {

and added some javadocs

Change History (2)

by Locked, 14 years ago

Attachment: Tile.diff added

the diff for the enhancement

comment:1 by Locked, 14 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.