src/share/jaxws_classes/javax/xml/bind/PropertyException.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 33,43 **** * * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> * @see JAXBContext * @see Validator * @see Unmarshaller ! * @since JAXB1.0 */ public class PropertyException extends JAXBException { /** * Construct a PropertyException with the specified detail message. The --- 33,43 ---- * * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> * @see JAXBContext * @see Validator * @see Unmarshaller ! * @since 1.6, JAXB 1.0 */ public class PropertyException extends JAXBException { /** * Construct a PropertyException with the specified detail message. The