File tree Expand file tree Collapse file tree 8 files changed +8
-7
lines changed
main/java/com/github/markozajc/akiwrapper/core
test/java/com/github/markozajc/akiwrapper/core/entities/impl/immutable Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- package com .github .markozajc .akiwrapper .core .entities .impl . immutable ;
1+ package com .github .markozajc .akiwrapper .core .entities .impl ;
22
33import static com .github .markozajc .akiwrapper .core .utils .JSONUtils .*;
44import static java .lang .Double .compare ;
Original file line number Diff line number Diff line change 1- package com .github .markozajc .akiwrapper .core .entities .impl . immutable ;
1+ package com .github .markozajc .akiwrapper .core .entities .impl ;
22
33import static com .github .markozajc .akiwrapper .core .utils .JSONUtils .*;
44
Original file line number Diff line number Diff line change 1- package com .github .markozajc .akiwrapper .core .entities .impl . immutable ;
1+ package com .github .markozajc .akiwrapper .core .entities .impl ;
22
33import static java .nio .charset .StandardCharsets .UTF_8 ;
44
Original file line number Diff line number Diff line change 1- package com .github .markozajc .akiwrapper .core .entities .impl . immutable ;
1+ package com .github .markozajc .akiwrapper .core .entities .impl ;
22
33import static com .github .markozajc .akiwrapper .core .entities .Status .Reason .UNKNOWN ;
44
Original file line number Diff line number Diff line change 1919
2020import com .github .markozajc .akiwrapper .Akiwrapper ;
2121import com .github .markozajc .akiwrapper .core .entities .*;
22- import com .github .markozajc .akiwrapper .core .entities .impl .immutable . *;
22+ import com .github .markozajc .akiwrapper .core .entities .impl .*;
2323import com .github .markozajc .akiwrapper .core .exceptions .*;
2424import com .github .markozajc .akiwrapper .core .utils .ApiKey ;
2525
Original file line number Diff line number Diff line change 99
1010import com .github .markozajc .akiwrapper .core .entities .Server ;
1111import com .github .markozajc .akiwrapper .core .entities .Server .*;
12- import com .github .markozajc .akiwrapper .core .entities .impl .immutable . ServerImpl ;
12+ import com .github .markozajc .akiwrapper .core .entities .impl .ServerImpl ;
1313import com .jcabi .xml .XMLDocument ;
1414
1515import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
Original file line number Diff line number Diff line change 1212import org .json .*;
1313import org .slf4j .Logger ;
1414
15- import com .github .markozajc .akiwrapper .core .entities .impl .immutable . StatusImpl ;
15+ import com .github .markozajc .akiwrapper .core .entities .impl .StatusImpl ;
1616import com .github .markozajc .akiwrapper .core .exceptions .*;
1717
1818import kong .unirest .UnirestInstance ;
Original file line number Diff line number Diff line change 1212import org .junit .jupiter .params .provider .*;
1313
1414import com .github .markozajc .akiwrapper .core .entities .Status .Level ;
15+ import com .github .markozajc .akiwrapper .core .entities .impl .StatusImpl ;
1516
1617import static org .junit .jupiter .api .Assertions .*;
1718
You can’t perform that action at this time.
0 commit comments