Skip to content

Commit fce4535

Browse files
committed
Add Javadoc for HelpPrinter.main(). (743e90e)
1 parent 743e90e commit fce4535

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

metafacture-flux/src/main/java/org/metafacture/flux/HelpPrinter.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ private HelpPrinter() {
4949
// no instances
5050
}
5151

52+
/**
53+
* Prints Flux help to the standard output.
54+
*
55+
* @param args unused
56+
*
57+
* @see #print
58+
*/
5259
public static void main(final String[] args) {
5360
FluxProgramm.printHelp(System.out);
5461
}

0 commit comments

Comments
 (0)