Skip to content

Commit ecacd10

Browse files
committed
AbstractLogService: fix section header
See: http://imagej.net/Coding_style#Ordering_of_code_blocks
1 parent 1f19243 commit ecacd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/log/AbstractLogService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public AbstractLogService() {
9696

9797
}
9898

99-
// -- helper methods --
99+
// -- Internal methods --
100100

101101
protected void log(final int level, final Object msg, final Throwable t) {
102102
if (msg != null || t == null) {

0 commit comments

Comments
 (0)