Skip to content

Commit

Permalink
BaseElementView no longer implements ElementsFactory and DominoCss
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Nov 15, 2023
1 parent ab87089 commit 27be1a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@

import elemental2.dom.HTMLElement;
import org.dominokit.domino.api.client.mvp.view.BaseDominoView;
import org.dominokit.domino.ui.style.DominoCss;
import org.dominokit.domino.ui.utils.ElementUtil;
import org.dominokit.domino.ui.utils.ElementsFactory;

public abstract class BaseElementView<T extends HTMLElement> extends BaseDominoView<T>
implements DominoCss, ElementsFactory {
public abstract class BaseElementView<T extends HTMLElement> extends BaseDominoView<T> {
@Override
protected final void initRoot(T root) {
if (nonNull(root)) {
Expand Down
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -815,16 +815,4 @@
</build>
</profile>
</profiles>

<repositories>
<repository>
<id>sonatype-snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 27be1a4

Please sign in to comment.