Skip to content

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
rocwon committed Dec 3, 2024
1 parent 0da5796 commit 45a6a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/cn/techarts/whale/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ public Loader getLoader() {
*/
@Deprecated
public Factory createFactory() {
if(craftFactory.launched()) return null;
if(craftFactory.launched()) {
return null;
}
return this.craftFactory;
}

Expand Down

0 comments on commit 45a6a71

Please sign in to comment.