src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/OptimizedAccessorFactory.java

Print this page

        

@@ -132,11 +132,11 @@
         return acc;
     }
 
 
     /**
-     * Gets the optimizd {@link Accessor} that accesses the given field.
+     * Gets the optimized {@link Accessor} that accesses the given field.
      *
      * @return null
      *      if for some reason it fails to create an optimized version.
      */
     public static final <B,V> Accessor<B,V> get(Field field) {