Skip to content

Commit 03e909e

Browse files
committed
ScriptFinder: fix section header
1 parent 4ad888a commit 03e909e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/scijava/script/ScriptFinder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ public void findScripts(final List<ScriptInfo> scripts) {
9292
log.info("Found " + scriptCount + " scripts");
9393
}
9494

95+
// -- Helper methods --
96+
9597
/**
9698
* Looks through a directory, discovering and adding scripts.
9799
*
@@ -130,8 +132,6 @@ else if (scriptService.canHandleFile(file)) {
130132
return scriptCount;
131133
}
132134

133-
// -- Helper methods --
134-
135135
private MenuPath
136136
subMenuPath(final MenuPath menuPath, final String subMenuName)
137137
{

0 commit comments

Comments
 (0)