From 32bbd70118c426854fdcd2eb9516b95f2819ecc4 Mon Sep 17 00:00:00 2001 From: Byeonggil Jun Date: Sat, 19 Oct 2024 16:03:21 -0700 Subject: [PATCH] Apply spotless --- .../main/java/org/lflang/target/property/DNETProperty.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/src/main/java/org/lflang/target/property/DNETProperty.java b/core/src/main/java/org/lflang/target/property/DNETProperty.java index 9d34cca7b3..d8c76d7e43 100644 --- a/core/src/main/java/org/lflang/target/property/DNETProperty.java +++ b/core/src/main/java/org/lflang/target/property/DNETProperty.java @@ -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. + *

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 {