diff -r 8c0b6bccfe47 -r 0989ad8c0860 src/share/jaxws_classes/javax/annotation/Resource.java --- a/src/share/jaxws_classes/javax/annotation/Resource.java Thu Apr 04 19:05:24 2013 -0700 +++ b/src/share/jaxws_classes/javax/annotation/Resource.java Tue Apr 09 14:51:13 2013 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -78,7 +78,7 @@ * For class annotations, there is no default and this must be * specified. */ - Class type() default java.lang.Object.class; + Class type() default java.lang.Object.class; /** * The two possible authentication types for a resource.