Changeset 506

Show
Ignore:
Timestamp:
04/14/07 00:27:50 (1 year ago)
Author:
schst
Message:

Removed todo, whitespace fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/processors/stubJsonRpcProcessor.php

    r504 r506  
    6565     * 
    6666     * This method only dispatches the request to different methods. 
    67      * 
    68      * @todo Create and send the dynamically created client code 
    6967     */ 
    7068    public function doProcess() { 
     
    8381            $this->doPOST(); 
    8482        } 
    85  
    8683    } 
    8784