removed localization attribute. fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@907338 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Properties.java b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Properties.java
index c949c6a..7d76fd3 100644
--- a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Properties.java
+++ b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Properties.java
@@ -33,7 +33,7 @@
 public @interface Properties
 {
     /**
-     * Sets the PID that is associtated whith this annotation. By default, the PID is the full java class name.
+     * Sets the PID that is associated with this annotation. By default, the PID is the full java class name.
      * @return The PID that is associated with this annotation.
      */
     String pid() default "";
@@ -55,10 +55,4 @@
      * @return The list of properties types used to expose properties in web console. 
      */
     Property[] properties();
-
-    /**
-     * The path for the localization MetaType property files.
-     * @return The path for the localization MetaType property files
-     */
-    String localization() default "OSGI-INF/metatype/metatype";
 }