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;
|
||||
|
||||
import org.goudham.me.MyWaifuClient;
|
||||
package org.goudham.me;
|
||||
|
||||
/**
|
||||
* Returns API information to {@link MyWaifuClient}
|
||||
*/
|
||||
public class MyWaifuWrapper {
|
||||
class MyWaifuWrapper {
|
||||
private final String version = "1.0";
|
||||
private final String host = "https://mywaifulist.moe/api/v1/";
|
||||
private final String apiKey;
|
Loading…
Reference in New Issue