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 )
Changed the sanity check
| "".equals(value)) { |
| value.isEmpty()) { |
and added some javadocs
Note:
See TracTickets
for help on using tickets.



the diff for the enhancement