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

comment

parent 2f371c84
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ public class EspduSender
// New way using entity jar(s)
espdu.setEntityType(new edu.nps.moves.dis7.entities.usa.platform.land.M1A2());
// or simply use an enumeration by name, with accompanying import statement above
// or simply use an enumeration by name, with accompanying import statement at top of file
espdu.setEntityType(new M1A2());
// Inspecting an enumeration
......
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