Boolean -> boolean

This commit is contained in:
Adrian Cole 2012-09-16 14:58:07 -07:00
parent b9bef78fc8
commit a0c383334e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public interface ServerApi {
* id of the server * id of the server
* @return True if successful, False otherwise * @return True if successful, False otherwise
*/ */
Boolean delete(String id); boolean delete(String id);
/** /**
* Start a server * Start a server