diff --git a/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/AndHowNonProductionUtil.java b/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/AndHowNonProductionUtil.java index 87ed5875..8f90be26 100644 --- a/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/AndHowNonProductionUtil.java +++ b/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/AndHowNonProductionUtil.java @@ -59,7 +59,7 @@ public static AndHowCore getAndHowCore() { /** * Sets a new {@code AndHowCore} * - * This inserts an entire new state into AndHow. Inserting a {@null} core + * This inserts an entire new state into AndHow. Inserting a {@code null} core * puts AndHow into a reset state that is invalid during production, but * can be useful during testing. In this state, AndHow will allow itself * to be reinitialized, which is not the intended operation during diff --git a/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/NonProductionConfig.java b/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/NonProductionConfig.java index ea219608..06123bef 100644 --- a/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/NonProductionConfig.java +++ b/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/NonProductionConfig.java @@ -20,7 +20,6 @@ * Typical usage is {@code NonProductionConfig.instance()...} * * @author ericeverman - * @param */ public class NonProductionConfig {