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

javadoc cleanups

parent 3de8fb89
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,10 @@
<word>multicast</word>
<word>Netbeans</word>
<word>netcat</word>
<word>simulationists</word>
<word>src</word>
<word>TcpExamples</word>
<word>teardown</word>
<word>UdpMulticastHttpExamples</word>
<word>unicast</word>
<word>Wireshark</word>
......
......@@ -41,7 +41,7 @@ public class MulticastUdpReceiver {
DatagramPacket packet = new DatagramPacket(buffer.array(), buffer.capacity());
try {
System.out.println("UdpMulticastExamples.MulticastUdpReceiver started...");
System.out.println("UdpExamples.MulticastUdpReceiver started...");
// This is a java/IPv6 problem. You should also add it to the
// arguments used to start the app, eg -Djava.net.preferIPv4Stack=true
......
......@@ -56,7 +56,7 @@ public class MulticastUdpSender
try
{
System.out.println("UdpMulticastExamples.MulticastUdpSender started...");
System.out.println("UdpExamples.MulticastUdpSender started...");
// This is a java/IPv6 problem. You should also add it to the
// arguments used to start the app, eg -Djava.net.preferIPv4Stack=true
// set in the "run" section of preferences. Also, typically
......
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