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

package rename

parent 8c52b8e9
No related branches found
No related tags found
No related merge requests found
package mv4503; package DisShooting;
import edu.nps.moves.dis7.pdus.DisTime; import edu.nps.moves.dis7.pdus.DisTime;
import edu.nps.moves.dis7.pdus.Pdu; import edu.nps.moves.dis7.pdus.Pdu;
......
/* /*
* BSD License. Copyright MOVES Institute 2005-2014. * BSD License. Copyright MOVES Institute 2005-2014.
*/ */
package mv4503; package DisShooting;
import edu.nps.moves.dis7.pdus.*; import edu.nps.moves.dis7.pdus.*;
......
package mv4503; package DisShooting;
import edu.nps.moves.dis7.enumerations.EntityKind; import edu.nps.moves.dis7.enumerations.EntityKind;
import edu.nps.moves.dis7.pdus.EntityID; import edu.nps.moves.dis7.pdus.EntityID;
......
package mv4503; package DisShooting;
import edu.nps.moves.dis7.enumerations.Country; import edu.nps.moves.dis7.enumerations.Country;
import edu.nps.moves.dis7.enumerations.DetonationResult; import edu.nps.moves.dis7.enumerations.DetonationResult;
......
package mv4503; package DisShooting;
import edu.nps.moves.dis7.enumerations.Country; import edu.nps.moves.dis7.enumerations.Country;
import edu.nps.moves.dis7.enumerations.EntityKind; import edu.nps.moves.dis7.enumerations.EntityKind;
......
package mv4503; package DisShooting;
import edu.nps.moves.dis7.enumerations.Country; import edu.nps.moves.dis7.enumerations.Country;
import edu.nps.moves.dis7.enumerations.EntityKind; import edu.nps.moves.dis7.enumerations.EntityKind;
......
/**
* DisShooting project using open-dis7 Java library: examples supporting the NPS MOVES MV3500 Networked Graphics course.
*
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java</a>
*/
package DisShooting;
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