Skip to content

Commit

Permalink
Remove deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jan 11, 2025
1 parent dc7566e commit 09968c2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@ public String getPlatformVersion() {
.get().getMetadata().getVersion().getFriendlyString();
}

@Override
public boolean isPluginEnabled() {
return true;
}

@Override
public JsonObject getDump() {
JsonObject platformSpecific = new JsonObject();
Expand Down

0 comments on commit 09968c2

Please sign in to comment.