Skip to content
Snippets Groups Projects
Commit 27f49747 authored by brutzman's avatar brutzman
Browse files

whitespace

parent df15b93e
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ public class EspduSender ...@@ -143,7 +143,7 @@ public class EspduSender
entityID.setSiteID ((short)1); // TODO utility method to allow int values entityID.setSiteID ((short)1); // TODO utility method to allow int values
entityID.setApplicationID((short)2); entityID.setApplicationID((short)2);
entityID.setEntityID ((short)3); entityID.setEntityID ((short)3);
espdu.setEntityID(entityID); espdu.setEntityID(entityID);
// Set the entity type. SISO has a big list of enumerations, so that by // Set the entity type. SISO has a big list of enumerations, so that by
// specifying various numbers we can say this is an M1A2 American tank, // specifying various numbers we can say this is an M1A2 American tank,
......
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