Modify ↓
#7739 closed enhancement (fixed)
[patch] TMSLayer.java added some javadoc and reformatted brackets
Reported by: | Locked | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
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)
by , 13 years ago
Attachment: | TMSLayer.patch added |
---|
comment:2 by , 13 years ago
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