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 bf95ac9 commit 3a704e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/main/java/net/infumia/frame/Internal.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
final class Internal {

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

@Nullable
private static FrameFactory factory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class ViewConfigImpl implements ViewConfigRich {
@NotNull
@Override
public Object title() {
return this.size;
return this.title;
}

@NotNull
Expand Down

0 comments on commit 3a704e7

Please sign in to comment.