@@ -23,7 +23,6 @@ |
||
| 23 | 23 | use AppserverIo\Lang\String; |
| 24 | 24 | use AppserverIo\Lang\NullPointerException; |
| 25 | 25 | use AppserverIo\Collections\HashMap; |
| 26 | -use Metadata\MergeableClassMetadata; |
|
| 27 | 26 | |
| 28 | 27 | /** |
| 29 | 28 | * The Properties class represents a persistent set of properties. |
@@ -262,7 +262,7 @@ |
||
| 262 | 262 | /** |
| 263 | 263 | * Returns all properties with their keys as a String. |
| 264 | 264 | * |
| 265 | - * @return \AppserverIo\Lang\String String with all key -> properties pairs |
|
| 265 | + * @return Strng String with all key -> properties pairs |
|
| 266 | 266 | */ |
| 267 | 267 | public function toString() |
| 268 | 268 | { |