We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3676af3 commit 5507f6dCopy full SHA for 5507f6d
src/main/java/com/github/theholywaffle/teamspeak3/TS3Api.java
@@ -77,7 +77,7 @@ public class TS3Api {
77
* @param asyncApi
78
* the asynchronous version of the API this class routes its method calls through
79
*/
80
- public TS3Api(TS3ApiAsync asyncApi) {
+ TS3Api(TS3ApiAsync asyncApi) {
81
this.asyncApi = asyncApi;
82
}
83
src/main/java/com/github/theholywaffle/teamspeak3/TS3ApiAsync.java
@@ -97,7 +97,7 @@ public class TS3ApiAsync {
97
* @param commandQueue
98
* the queue to send commands to
99
100
- public TS3ApiAsync(TS3Query query, CommandQueue commandQueue) {
+ TS3ApiAsync(TS3Query query, CommandQueue commandQueue) {
101
this.query = query;
102
this.commandQueue = commandQueue;
103
0 commit comments