Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Feb 6, 2024
1 parent 0fb56a4 commit e1c5459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/jboss/elemento/Container.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
*/
package org.jboss.elemento;

import java.util.function.Supplier;

import elemental2.dom.Element;
import elemental2.dom.HTMLElement;
import elemental2.dom.Node;

import java.util.function.Supplier;

/**
* Provides methods and default implementations for adding elements.
* <p>
Expand Down
1 change: 1 addition & 0 deletions core/src/main/java/org/jboss/elemento/HasElement.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public interface HasElement<E extends Element, B extends TypedBuilder<E, B>>

/**
* Generates and sets an unique id on the element.
*
* @deprecated Use {@link #uniqueId()} instead
*/
@Deprecated
Expand Down

0 comments on commit e1c5459

Please sign in to comment.