From b067e1d9c0968723d1e67b4ee3a2f441e8969a92 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 17 May 2023 10:37:48 -0700 Subject: [PATCH] improved student assignment guidance --- assignments/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/README.md b/assignments/README.md index ffd027bb27..f743cc31c9 100644 --- a/assignments/README.md +++ b/assignments/README.md @@ -38,7 +38,7 @@ All MV3500 cohorts have source code collected under a common Netbeans project. 6. Be sure to start each .java source file with correct package name, for example: * package MV3500Cohort2022MayJune.homework1; * package MV3500Cohort2022MayJune.homework2; etc. -7. Add a copy of **package-info.java** file to your directory, if you use NetBeans then package name is correct. +7. Add a copy of **package-info.java** file to your directory. If you use NetBeans to copy, then it helpfully performs a rename refactoring and the file's package name is correct. 8. Check the javadoc by going to [build.xml](build.xml) and running target **javadoc.custom* 9. Be sure to Commit (with description) and Push Upstream, as discussed above. -- GitLab