Bug 441742 - InjectorFactory Tag '@noextend' is unsupported on a final
class 

Change-Id: I58386ced00b624e115c76fdf99dfcbb6f1802c92
Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
diff --git a/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/InjectorFactory.java b/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/InjectorFactory.java
index b34d14c..5b8e365 100644
--- a/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/InjectorFactory.java
+++ b/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/InjectorFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 IBM Corporation and others.
+ * Copyright (c) 2010, 2014 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -7,6 +7,7 @@
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ *     Lars Vogel <Lars.Vogel@gmail.com> - Bug 441742
  *******************************************************************************/
 package org.eclipse.e4.core.di;
 
@@ -15,7 +16,6 @@
 /**
  * Use this class to obtain an instance of the dependency injector.
  * 
- * @noextend This class is not intended to be extended by clients.
  * @noinstantiate This class is not intended to be instantiated by clients.
  */
 final public class InjectorFactory {