Skip to content
Snippets Groups Projects
Commit bc5b50e4 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

add main

parent f6b5aa31
No related branches found
No related tags found
No related merge requests found
...@@ -100,4 +100,8 @@ public class EntityUse ...@@ -100,4 +100,8 @@ public class EntityUse
pdu2.setEntityType(et2); pdu2.setEntityType(et2);
disnet.sendPdu(pdu2); // possibly throws IOException disnet.sendPdu(pdu2); // possibly throws IOException
} }
public static void main(String[] args) throws Exception {
EntityUse.exampleUse();
}
} }
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