Changeset 667

Show
Ignore:
Timestamp:
05/08/07 22:43:49 (1 year ago)
Author:
schst
Message:

Removed tabs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/examples/service/MathService.php

    r666 r667  
    1717     * @return string 
    1818     */ 
    19    public function add($a, $b) { 
    20        return $a+$b; 
    21    
     19    public function add($a, $b) { 
     20        return $a+$b; 
     21   
    2222 
    23    /** 
    24     * Method to throw an exception 
    25    
    26     * @WebMethod 
    27     */ 
    28    public function throwException() { 
    29        throw new stubException("This exception is intended."); 
    30    
     23    /** 
     24    * Method to throw an exception 
     25   
     26    * @WebMethod 
     27    */ 
     28    public function throwException() { 
     29        throw new stubException("This exception is intended."); 
     30   
    3131} 
    3232?>