src/share/jaxws_classes/com/sun/xml/internal/bind/v2/ClassFactory.java

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/ClassFactory.java	Thu Apr 04 19:05:24 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/ClassFactory.java	Tue Apr 09 14:51:13 2013 +0100
     1.3 @@ -120,7 +120,7 @@
     1.4  
     1.5      /**
     1.6       * The same as {@link #create0} but with an error handling to make
     1.7 -     * the instanciation error fatal.
     1.8 +     * the instantiation error fatal.
     1.9       */
    1.10      public static <T> T create( Class<T> clazz ) {
    1.11          try {

mercurial