diff options
| author | doufenghu <[email protected]> | 2024-06-25 11:39:26 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-06-25 11:39:26 +0800 |
| commit | b1e89a9517bfba3b4954f22207ec21a8fd4db653 (patch) | |
| tree | 1e87c401558be3ac5e5d4284f40c547f6f2a6e02 /groot-examples/end-to-end-example | |
| parent | e677058fecfe33c416fade38b4112cef04303e46 (diff) | |
[Fix][docs] Fix bytes and sessions generate incorrect random value
Diffstat (limited to 'groot-examples/end-to-end-example')
| -rw-r--r-- | groot-examples/end-to-end-example/src/main/java/com/geedgenetworks/example/GrootStreamExample.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groot-examples/end-to-end-example/src/main/java/com/geedgenetworks/example/GrootStreamExample.java b/groot-examples/end-to-end-example/src/main/java/com/geedgenetworks/example/GrootStreamExample.java index 6b72d16..d313c9f 100644 --- a/groot-examples/end-to-end-example/src/main/java/com/geedgenetworks/example/GrootStreamExample.java +++ b/groot-examples/end-to-end-example/src/main/java/com/geedgenetworks/example/GrootStreamExample.java @@ -13,7 +13,7 @@ import java.nio.file.Paths; public class GrootStreamExample { public static void main(String[] args) throws FileNotFoundException, URISyntaxException { - String configPath = args.length > 0 ? args[0] : "/examples/statistics_rule_mock_to_print.yaml"; + String configPath = args.length > 0 ? args[0] : "/examples/object_statistics_mock_to_print.yaml"; String configFile = getTestConfigFile(configPath); ExecuteCommandArgs executeCommandArgs = new ExecuteCommandArgs(); executeCommandArgs.setConfigFile(configFile); |
