Modify ↓
#7739 closed enhancement (fixed)
[patch] TMSLayer.java added some javadoc and reformatted brackets
| Reported by: | Locked | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
The patch concerns TMSLayer.java
- Added some javadocs to some methods
- reformatted "method signature() NEWLINE {" to " foo() {" as it seemed to be the current code style (please ignore if this is not the case)
- added some blank lines between methods as it seemed to be the current code style (please ignore if this is not the case)
Attachments (1)
Change History (3)
Changed 12 months ago by Locked
comment:1 Changed 12 months ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
In 5261/josm:
comment:2 in reply to: ↑ description Changed 12 months ago by bastiK
Replying to Locked:
The patch concerns TMSLayer.java
- Added some javadocs to some methods
Thanks.
- reformatted "method signature() NEWLINE {" to " foo() {" as it seemed to be the current code style (please ignore if this is not the case)
- added some blank lines between methods as it seemed to be the current code style (please ignore if this is not the case)
No coding style fixes next time, please (unless you change the content of that file significantly anyway). It is easier for us if you create the patches from the root folder of the repository.
Note: See
TracTickets for help on using
tickets.



the patch