From a03eaece443cdfe5695cd0f6ccaa4acc6f1c4268 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 17 Oct 2021 12:23:18 -0700 Subject: [PATCH] editorial --- test/edu/nps/moves/dis7/test/package-info.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/edu/nps/moves/dis7/test/package-info.java b/test/edu/nps/moves/dis7/test/package-info.java index a68c7dee34..d51886fbe6 100644 --- a/test/edu/nps/moves/dis7/test/package-info.java +++ b/test/edu/nps/moves/dis7/test/package-info.java @@ -34,7 +34,9 @@ POSSIBILITY OF SUCH DAMAGE. /** * This package includes a variety of PDU unit tests to confirm code correctness. - * The test tree is maintained separately from other source in order to support special annotations and assertions. + * The <code>test</code> tree is maintained separately from other source + * in order to support the project build with special CLASSPATH, annotations and + * assertions. */ package edu.nps.moves.dis7.test; -- GitLab