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

class changes

parent 71b005b5
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ public class UdpReceiver ...@@ -42,7 +42,6 @@ public class UdpReceiver
float second = dis.readFloat(); float second = dis.readFloat();
System.out.println("first value: " + first + " second value: " + second); System.out.println("first value: " + first + " second value: " + second);
} }
} }
catch(Exception e) catch(Exception e)
{ {
......
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