Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Oct 19, 2024
1 parent 83bd58f commit 32bbd70
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

/**
* @brief Target property turning on or off the DNET signal optimization.
*
* If this target property is true, the RTI sends DNET (downstream next event tag) signals to an upstream federate
* to tell the federate that sending LTC and NET signals with tags less than the specified value is unnecessary.
* The default is true.
* <p>If this target property is true, the RTI sends DNET (downstream next event tag) signals to
* an upstream federate to tell the federate that sending LTC and NET signals with tags less
* than the specified value is unnecessary. The default is true.
*/
public final class DNETProperty extends BooleanProperty {

Expand Down

0 comments on commit 32bbd70

Please sign in to comment.