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

rename to match directory with package and filename with classname

parent 33a8fea7
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MV3500Cohort2018JulySeptember.homework3.Ayres_Homework3;
package MV3500Cohort2018JulySeptember.homework3.AyresDemchkoHomework3;
import java.io.ByteArrayInputStream;
import java.io.DataInputStream;
......@@ -17,7 +17,7 @@ import java.net.UnknownHostException;
*
* @author kjayr
*/
public class AyresMulticastReceiver {
public class AyresDemchkoMulticastReceiver {
public static final String MULTICAST_ADDRESS = "239.1.2.15";
public static final int DESTINATION_PORT = 1717;
/** How many routers can be crossed */
......
......@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MV3500Cohort2018JulySeptember.homework3.Ayres_Homework3;
package MV3500Cohort2018JulySeptember.homework3.AyresDemchkoHomework3;
import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
......@@ -15,7 +15,7 @@ import java.net.MulticastSocket;
*
* @author kjayr
*/
public class AyresMulticastSender {
public class AyresDemchkoMulticastSender {
public static final String MULTICAST_ADDRESS = "239.1.2.15";
public static final int DESTINATION_PORT = 1717;
......
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