web/lib/Zend/Gdata/Gapps/OwnerQuery.php
changeset 807 877f952ae2bd
parent 207 621fa6caec0c
child 1230 68c69c656a2c
--- a/web/lib/Zend/Gdata/Gapps/OwnerQuery.php	Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Gdata/Gapps/OwnerQuery.php	Thu Mar 21 19:50:53 2013 +0100
@@ -16,7 +16,7 @@
  * @category   Zend
  * @package    Zend_Gdata
  * @subpackage Gapps
- * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @version    $Id:$
  */
@@ -37,7 +37,7 @@
  * @category   Zend
  * @package    Zend_Gdata
  * @subpackage Gapps
- * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  */
 class Zend_Gdata_Gapps_OwnerQuery extends Zend_Gdata_Gapps_Query
@@ -76,7 +76,7 @@
      * Set the group id to query for.
      *
      * @see getGroupId
-     * @param string $value 
+     * @param string $value
      */
     public function setGroupId($value)
     {
@@ -133,9 +133,9 @@
             throw new Zend_Gdata_App_InvalidArgumentException(
                     'groupId must not be null');
         }
-        
+
         $uri .= '/owner';
-        
+
         if ($this->_ownerEmail !== null) {
             $uri .= '/' . $this->_ownerEmail;
         }