Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Sep 30, 2024
1 parent 3a704e7 commit acb2605
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions common/src/main/java/net/infumia/frame/Internal.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

final class Internal {

private static final String DEFAULT_FACTORY_CLASS =
"net.infumia.frame.FrameFactoryImpl";
private static final String DEFAULT_FACTORY_CLASS = "net.infumia.frame.FrameFactoryImpl";

@Nullable
private static FrameFactory factory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@ public ElementPaginationBuilderRich<T> toBuilder() {
return new ElementPaginationBuilderImpl<>(this);
}

@NotNull
@Override
public PipelineExecutorElement pipelines() {
return this.pipelines;
}

@NotNull
@Override
public List<Element> elements() {
Expand Down

0 comments on commit acb2605

Please sign in to comment.