--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/package-info.java 2015-10-21 14:11:05.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/package-info.java 2015-10-21 14:11:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, 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 @@ -43,15 +43,15 @@ * *
*
Source location information - *
{@link Locator} object that can be used to tell where the model components + *
{@link org.xml.sax.Locator} object that can be used to tell where the model components * are created from in terms of the source file. Useful for error reporting. * *
Source schema component - *
{@link XSComponent} object from which the model components are created from. - * See {@link CCustomizable#getSchemaComponent()} for example. + *
{@link com.sun.xml.internal.xsom.XSComponent} object from which the model components are created from. + * See {@link com.sun.tools.internal.xjc.model.CCustomizable#getSchemaComponent()} for example. * *
Plugin customizations - *
See {@link CCustomizable}. + *
See {@link com.sun.tools.internal.xjc.model.CCustomizable}. *
*/ package com.sun.tools.internal.xjc.model;