Skip to content
Snippets Groups Projects
Commit b067e1d9 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

improved student assignment guidance

parent afa5b24a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment