Make MyWaifuWrapper.java package private
To ensure that the downstream client/user cannot instantiate an instance of MyWaifuWrapper, it has been moved into the same package as MyWaifuClientpull/3/head
parent
f81fb2b931
commit
42e9ce4439
@ -1,11 +1,9 @@
|
|||||||
package org.goudham.me.api;
|
package org.goudham.me;
|
||||||
|
|
||||||
import org.goudham.me.MyWaifuClient;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns API information to {@link MyWaifuClient}
|
* Returns API information to {@link MyWaifuClient}
|
||||||
*/
|
*/
|
||||||
public class MyWaifuWrapper {
|
class MyWaifuWrapper {
|
||||||
private final String version = "1.0";
|
private final String version = "1.0";
|
||||||
private final String host = "https://mywaifulist.moe/api/v1/";
|
private final String host = "https://mywaifulist.moe/api/v1/";
|
||||||
private final String apiKey;
|
private final String apiKey;
|
Loading…
Reference in New Issue