From c1d9f9952bb11be150a2043895b9b6db30f8a6ec Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 26 Apr 2023 06:41:20 -0700 Subject: [PATCH] combine first sentences for single package header --- .../MV3500Cohort2022MayJune/projects/run/package-info.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignments/src/MV3500Cohort2022MayJune/projects/run/package-info.java b/assignments/src/MV3500Cohort2022MayJune/projects/run/package-info.java index 8e60898d0b..99c23e9d14 100644 --- a/assignments/src/MV3500Cohort2022MayJune/projects/run/package-info.java +++ b/assignments/src/MV3500Cohort2022MayJune/projects/run/package-info.java @@ -1,6 +1,6 @@ /** - * Student projects produced as part of the NPS MOVES MV3500 Networked Graphics course. - * The run subpackage is necessary for Simkit execution. + * Student projects produced as part of the NPS MOVES MV3500 Networked Graphics course, note that + * the run subpackage is necessary for Simkit execution. * * @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments">networkedGraphicsMV3500 assignments</a> * @see java.lang.Package -- GitLab