From e840ccaa110922f9b114fb675ffb71e5bed145f8 Mon Sep 17 00:00:00 2001 From: Don Mendelson Date: Tue, 13 Mar 2018 13:36:49 -0500 Subject: [PATCH] Fixed typo in comment --- .../java/io/fixprotocol/orchestra/testgen/TestGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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