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

avoid packaging errors

parent b2c808fe
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
* This work is provided under a BSD open-source license, see project license.html and license.txt
* @author brutzman@nps.edu
*/
package MV3500Cohort2021JulySeptember.homework3.Schlessel;
// package MV3500Cohort2021JulySeptember.homework3.Schlessel;
import edu.nps.moves.dis7.entities.swe.platform.surface._001Poseidon;
import edu.nps.moves.dis7.entities.swe.platform.surface._002Triton;
......
......@@ -3,7 +3,7 @@
* This work is provided under a BSD open-source license, see project license.html and license.txt
* @author max.schlessel@nps.edu
*/
package MV3500Cohort2021JulySeptember.homework3.Schlessel;
// package MV3500Cohort2021JulySeptember.homework3.Schlessel;
import edu.nps.moves.dis7.enumerations.*; // match any
import edu.nps.moves.dis7.pdus.*; // match any of the PDU classes, easier than listing individually
......@@ -18,7 +18,7 @@ import java.util.logging.Logger;
* that includes DIS-capable entities doing tasks and reporting them to the network.
* Default settings include PDU recording turned on by default.
*/
public class ExampleSimulationProgram
public class SchlesselSimulationProgram
{
private boolean verboseComments = true;
static final String NETWORK_ADDRESS_DEFAULT = "239.1.2.3";
......@@ -186,7 +186,7 @@ public class ExampleSimulationProgram
* Constructor design goal: additional built-in initialization conveniences can go here
* to keep student efforts focused on the runSimulation() method.
*/
public ExampleSimulationProgram()
public SchlesselSimulationProgram()
{
// Constructor is under consideration. Constructor is not currently needed.
}
......@@ -196,7 +196,7 @@ public class ExampleSimulationProgram
* @param address network address to use
* @param port corresponding network port to use
*/
public ExampleSimulationProgram(String address, int port)
public SchlesselSimulationProgram(String address, int port)
{
setNetworkAddress(address);
......
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