Changes between Initial Version and Version 1 of Ticket #19805, comment 2
- Timestamp:
- 2020-09-15T23:06:12+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19805, comment 2
initial v1 1 1 It looks like I used `none` because `println` was returning `none` instead of `null` (`System.out.println(o == null ? "none" : o.toString());`). I think, at the time I wrote the test, I was using `println` to see what values were output, and using that to check against. 2 2 3 Should we change the `println` function to print `null` when the object is `null`? 3 Should we change the `println` function to print `null` when the object is `null`? Or is `none` a mapcss special value?


