mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
compile fix
This commit is contained in:
parent
4e8a8c3a87
commit
2465ef9e77
1 changed files with 0 additions and 3 deletions
|
@ -39,7 +39,6 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
|
|||
return new ApiObject.Error("Exception in method " + method + ": " + e);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ApiObject request(int method, ApiObject[] parameters) {
|
||||
try {
|
||||
switch (method) {
|
||||
|
@ -100,7 +99,6 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ApiObject> requestList(int method, ApiObject[] parameters) {
|
||||
try {
|
||||
switch (method) {
|
||||
|
@ -124,7 +122,6 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
|
|||
return Collections.<ApiObject,ApiObject>singletonMap(error, error);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Map<ApiObject,ApiObject> requestMap(int method, ApiObject[] parameters) {
|
||||
try {
|
||||
switch (method) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue