We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad888a commit 03e909eCopy full SHA for 03e909e
1 file changed
src/main/java/org/scijava/script/ScriptFinder.java
@@ -92,6 +92,8 @@ public void findScripts(final List<ScriptInfo> scripts) {
92
log.info("Found " + scriptCount + " scripts");
93
}
94
95
+ // -- Helper methods --
96
+
97
/**
98
* Looks through a directory, discovering and adding scripts.
99
*
@@ -130,8 +132,6 @@ else if (scriptService.canHandleFile(file)) {
130
132
return scriptCount;
131
133
134
- // -- Helper methods --
-
135
private MenuPath
136
subMenuPath(final MenuPath menuPath, final String subMenuName)
137
{
0 commit comments