fixed compile issues
This commit is contained in:
parent
b388ffb9ed
commit
baf2e0ebb6
@ -12,7 +12,7 @@ import com.inteligr8.rs.ClientConfiguration;
|
||||
*/
|
||||
public abstract class ApsPublicRestApi {
|
||||
|
||||
abstract ClientConfiguration getConfig();
|
||||
protected abstract ClientConfiguration getConfig();
|
||||
|
||||
protected abstract <T> T getApi(Class<T> apiClass);
|
||||
|
||||
|
@ -17,7 +17,7 @@ public class ApsPublicRestApiCxfImpl extends ApsPublicRestApi {
|
||||
private ApsClientCxfImpl client;
|
||||
|
||||
@Override
|
||||
ClientConfiguration getConfig() {
|
||||
protected ClientConfiguration getConfig() {
|
||||
return this.client.getConfig();
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@ public class ApsPublicRestApiJerseyImpl extends ApsPublicRestApi {
|
||||
private ApsClientJerseyImpl client;
|
||||
|
||||
@Override
|
||||
ClientConfiguration getConfig() {
|
||||
protected ClientConfiguration getConfig() {
|
||||
return this.client.getConfig();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user