Skip to content

Commit c06a4cf

Browse files
author
Damian Staszewski
committed
fixing @NotNull dose not exist by Maven
1 parent 6865b35 commit c06a4cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/pl/stachu540/HiRezAPI.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package pl.stachu540;
22

3-
import com.sun.istack.internal.NotNull;
43
import pl.stachu540.hirezstudios.Paladins;
54
import pl.stachu540.hirezstudios.Smite;
65

@@ -49,7 +48,7 @@ public synchronized String setProperty(String key, String value) {
4948
* @param devId Developer ID (DevId)
5049
* @param authKey Authorization Key (AuthKey)
5150
*/
52-
public HiRezAPI(@NotNull String devId, @NotNull String authKey) {
51+
public HiRezAPI(String devId, String authKey) {
5352
this.devId = devId;
5453
this.authKey = authKey;
5554
try {

0 commit comments

Comments
 (0)