Skip to content

Commit

Permalink
chore: 移除重复方法
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Sep 9, 2022
1 parent c9a272d commit 425d618
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ protected CraftSectionWrapper(ConfigurationSection configuration) {
this.configuration = configuration;
}

public ConfigurationSection getSourceSection() {
return configuration;
}

@Override
public @NotNull ConfigurationSection getSource() {
return this.configuration;
Expand Down

0 comments on commit 425d618

Please sign in to comment.