@@ -294,7 +294,7 @@ |
||
294 | 294 | } |
295 | 295 | |
296 | 296 | /** |
297 | - * @param DOMNode $node |
|
297 | + * @param \DOMNode $node |
|
298 | 298 | * @param string $attributeName |
299 | 299 | */ |
300 | 300 | protected static function GetAttribute($node, $attributeName) |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace POData\OperationContext\Web; |
4 | 4 | |
5 | -use POData\Common\NotImplementedException; |
|
6 | 5 | use POData\Common\ODataConstants; |
7 | 6 | use POData\HttpProcessUtility; |
8 | 7 | use POData\OperationContext\HTTPRequestMethod; |