We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PATH_TO_EXAMPLES
1 parent 52e4141 commit a99fba9Copy full SHA for a99fba9
metafacture-flux/src/main/java/org/metafacture/flux/HelpPrinter.java
@@ -50,7 +50,8 @@
50
*/
51
public final class HelpPrinter {
52
53
- private static final String PATH_TO_EXAMPLES = "../metafacture-documentation/linksAndExamples.tsv";
+ public static final String PATH_TO_EXAMPLES = "../metafacture-documentation/linksAndExamples.tsv";
54
+
55
private static final Map<String, String[]> EXAMPLES_MAP = new HashMap<>();
56
57
private HelpPrinter() {
0 commit comments