Skip to content

Commit 780421e

Browse files
committed
Code format
1 parent 65f1637 commit 780421e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/java/org/jboss/hal/core/OperationFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import org.jboss.hal.meta.description.ResourceDescription;
3939
import org.slf4j.Logger;
4040
import org.slf4j.LoggerFactory;
41+
4142
import com.google.common.base.Strings;
4243

4344
import static java.util.function.Function.identity;
@@ -192,8 +193,7 @@ public Composite fromChangeSet(ResourceAddress address, Map<String, Object> chan
192193
* {@linkplain org.jboss.hal.dmr.ModelDescriptionConstants#UNDEFINE_ATTRIBUTE_OPERATION undefine-attribute} operations for
193194
* each attribute of type {@code BOOLEAN, BYTES, EXPRESSION, LIST, OBJECT, PROPERTY} or {@code STRING} and
194195
* {@linkplain org.jboss.hal.dmr.ModelDescriptionConstants#UNDEFINE_ATTRIBUTE_OPERATION undefine-attribute} operations for
195-
* attributes of type {@code BIG_DECIMAL, BIG_INTEGER, DOUBLE, INT} or {@code LONG} if they have a default
196-
* value.
196+
* attributes of type {@code BIG_DECIMAL, BIG_INTEGER, DOUBLE, INT} or {@code LONG} if they have a default value.
197197
*
198198
* @param address the fq address used for the operations
199199
* @param attributes the attributes to reset

0 commit comments

Comments
 (0)