@@ -74,7 +74,7 @@ |
||
| 74 | 74 | /** |
| 75 | 75 | * Injects the additional directories to be parsed when looking for servlets. |
| 76 | 76 | * |
| 77 | - * @param array $directories The additional directories to be parsed |
|
| 77 | + * @param \AppserverIo\Appserver\Core\Api\Node\DirectoryNode[] $directories The additional directories to be parsed |
|
| 78 | 78 | * |
| 79 | 79 | * @return void |
| 80 | 80 | */ |
@@ -51,7 +51,6 @@ |
||
| 51 | 51 | use AppserverIo\Appserver\PersistenceContainer\GarbageCollectors\StandardGarbageCollector; |
| 52 | 52 | use AppserverIo\Appserver\PersistenceContainer\RemoteMethodInvocation\ProxyGeneratorInterface; |
| 53 | 53 | use AppserverIo\Appserver\PersistenceContainer\GarbageCollectors\StartupBeanTaskGarbageCollector; |
| 54 | -use Doctrine\Common\Annotations\AnnotationRegistry; |
|
| 55 | 54 | |
| 56 | 55 | /** |
| 57 | 56 | * The bean manager handles the message and session beans registered for the application. |