diff --git a/testgen/src/main/java/io/fixprotocol/orchestra/testgen/TestGenerator.java b/testgen/src/main/java/io/fixprotocol/orchestra/testgen/TestGenerator.java index 8f8f2543..b7a88809 100644 --- a/testgen/src/main/java/io/fixprotocol/orchestra/testgen/TestGenerator.java +++ b/testgen/src/main/java/io/fixprotocol/orchestra/testgen/TestGenerator.java @@ -61,7 +61,7 @@ public class TestGenerator { *
  • Name of resources output directory--will be created if it does not exist, defaults * to "src/test/resources"
  • *
  • Name of source output directory--will be created if it does not exist, defaults to - * "src/test/java"
  • * + * "src/test/java" * * @throws JAXBException if XML file unmarshaling fails * @throws IOException if input file is not found or cannot be read