Skip to content

Remove redundant access modifiers from interface Economy.java #126

@lokka30

Description

@lokka30

The access modifiers public, etc. before every method in the interface Economy.java is redundant.

This:

@Deprecated
public double getBalance(String playerName);

becomes this:

@Deprecated
double getBalance(String playerName);

Let me know if you want me to submit a PR. Since there are already 2 PRs pending that I am excited about I don't want to cause any conflicts with them - otherwise I would've just submitted one ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions