Skip to content

Commit

Permalink
Make Link.State public
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes committed Oct 31, 2017
1 parent 264316a commit d63de5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LavalinkClient/src/main/java/lavalink/client/io/Link.java
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public String toString() {
'}';
}

private enum State {
public enum State {
/**
* Default, means we are not trying to use voice at all
*/
Expand Down

0 comments on commit d63de5a

Please sign in to comment.