style fixes for public json api

remotes/origin/stable45
Georg Ehrke 2012-09-08 16:14:06 +07:00
parent 89e5b85fa7
commit a16565a7fa
1 changed files with 0 additions and 2 deletions

@ -34,7 +34,6 @@ namespace OCP;
* This class provides convinient functions to generate and send JSON data. Usefull for Ajax calls
*/
class JSON {
/**
* @brief Encode and print $data in JSON format
* @param array $data The data to use
@ -170,5 +169,4 @@ class JSON {
public static function checkAdminUser() {
return(\OC_JSON::checkAdminUser());
}
}