Skip to content

Commit

Permalink
라이브러리 메인 클래스의 인스턴스 메소드 이름을 수정했습니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Sep 14, 2022
1 parent 4620776 commit 9e4121d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public JunSecLibrary(JavaPlugin plugin) {
this.localeManager = new LocaleManager();
}

public JavaPlugin getPlugin() {
public JavaPlugin getJunSecLibrary() {
return plugin;
}

Expand Down

0 comments on commit 9e4121d

Please sign in to comment.