jdk/src/share/classes/java/dyn/MethodType.java
changeset 2763 172d44ffd1e5
parent 2707 5a17df307cbc
child 4537 7c3c7f8d5195
--- a/jdk/src/share/classes/java/dyn/MethodType.java	Mon May 11 12:08:15 2009 -0700
+++ b/jdk/src/share/classes/java/dyn/MethodType.java	Mon May 11 21:09:58 2009 -0700
@@ -333,7 +333,7 @@
 
     /** Convenience method for {@link #make(java.lang.Class, java.lang.Class[])}.
      * Convert all wrapper types to their corresponding primitive types.
-     * A return type of {@java.lang.Void} is changed to {@code void}.
+     * A return type of {@code java.lang.Void} is changed to {@code void}.
      * @return a version of the original type with all wrapper types replaced
      */
     public MethodType unwrap() {