@@ -14,7 +14,6 @@ |
||
14 | 14 | use SMWDINumber as DINumber; |
15 | 15 | use SMWDIBlob as DIBlob; |
16 | 16 | use FormatMetadata; |
17 | -use RuntimeException; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * @private |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SESP\PropertyAnnotators; |
4 | 4 | |
5 | 5 | use SMW\DIProperty; |
6 | -use SMW\DIWikiPage; |
|
7 | 6 | use SMW\SemanticData; |
8 | 7 | use SMWDataItem as DataItem; |
9 | 8 | use SESP\PropertyAnnotator; |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\DIWikiPage; |
7 | 7 | use SMW\SemanticData; |
8 | -use SMWDataItem as DataItem; |
|
9 | -use SMWDINumber as DINumber; |
|
10 | 8 | use SESP\PropertyAnnotator; |
11 | 9 | use SESP\AppFactory; |
12 | 10 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\SemanticData; |
7 | -use SMWDataItem as DataItem; |
|
8 | 7 | use SMWDINumber as DINumber; |
9 | 8 | use SESP\PropertyAnnotator; |
10 | 9 | use SESP\AppFactory; |
@@ -3,10 +3,7 @@ |
||
3 | 3 | namespace SESP; |
4 | 4 | |
5 | 5 | use SMW\PropertyRegistry as BasePropertyRegistry; |
6 | -use SMW\DataTypeRegistry; |
|
7 | -use SMW\DIProperty; |
|
8 | 6 | use SMW\Message; |
9 | -use SMWDataItem as DataItem; |
|
10 | 7 | |
11 | 8 | /** |
12 | 9 | * @ingroup SESP |