File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/main/java/me/minecraftauth/lib Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >me.minecraftauth</groupId >
88 <artifactId >lib</artifactId >
9- <version >1.0.0 </version >
9+ <version >1.0.1 </version >
1010
1111 <distributionManagement >
1212 <repository >
Original file line number Diff line number Diff line change 44import com .github .kevinsawicki .http .HttpRequest ;
55import me .minecraftauth .lib .account .Account ;
66import me .minecraftauth .lib .account .AccountType ;
7+ import me .minecraftauth .lib .account .Identity ;
78import me .minecraftauth .lib .exception .LookupException ;
89import org .json .simple .parser .JSONParser ;
910import org .json .simple .parser .ParseException ;
Original file line number Diff line number Diff line change 1- package me .minecraftauth .lib ;
2-
3- import me .minecraftauth .lib .account .*;
1+ package me .minecraftauth .lib .account ;
42
53import java .util .LinkedList ;
64import java .util .List ;
You can’t perform that action at this time.
0 commit comments