alter parts to kotlin
better error handling on register request
This commit is contained in:
@ -34,5 +34,5 @@ abstract class GetRequest : HttpHandler {
|
||||
* @param params received get params from com.wasteinformationserver.website
|
||||
* @return json reply to com.wasteinformationserver.website
|
||||
*/
|
||||
abstract fun myrequest(params: HashMap<String, String>?): String
|
||||
abstract fun myrequest(params: HashMap<String, String>): String
|
||||
}
|
Reference in New Issue
Block a user