Skip to content
Snippets Groups Projects
Commit a16565a7 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

style fixes for public json api

parent 89e5b85f
Branches
No related tags found
No related merge requests found
......@@ -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());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment