@@ -151,7 +151,7 @@ |
||
151 | 151 | * |
152 | 152 | * @param String $string The string to be parsed. |
153 | 153 | * |
154 | - * @return \AppserverIo\Lang\Integer The <code>Integer</code> value represented by the string argument. |
|
154 | + * @return integer The <code>Integer</code> value represented by the string argument. |
|
155 | 155 | * @exception \AppserverIo\Lang\NumberFormatException If the string does not contain a parsable <code>Integer</code>. |
156 | 156 | * @see \AppserverIo\Lang\Integer::valueOf($string) |
157 | 157 | */ |
@@ -270,7 +270,7 @@ |
||
270 | 270 | * the string, and <code>^</code> indicates exponentiation. |
271 | 271 | * (The hash value of the empty string is zero.) |
272 | 272 | * |
273 | - * @return string A hash code value for this object. |
|
273 | + * @return integer A hash code value for this object. |
|
274 | 274 | */ |
275 | 275 | public function hashCode() |
276 | 276 | { |