jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/CArrayInfo.java
changeset 27837 86d4f46e622a
parent 25871 b80b84e87032
child 28887 88470f768658
equal deleted inserted replaced
27581:9fffb959eb41 27837:86d4f46e622a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    29 
    29 
    30 import com.sun.codemodel.internal.JType;
    30 import com.sun.codemodel.internal.JType;
    31 import com.sun.xml.internal.bind.v2.model.util.ArrayInfoUtil;
    31 import com.sun.xml.internal.bind.v2.model.util.ArrayInfoUtil;
    32 import com.sun.tools.internal.xjc.model.nav.NClass;
    32 import com.sun.tools.internal.xjc.model.nav.NClass;
    33 import com.sun.tools.internal.xjc.model.nav.NType;
    33 import com.sun.tools.internal.xjc.model.nav.NType;
    34 import com.sun.tools.internal.xjc.outline.Aspect;
       
    35 import com.sun.tools.internal.xjc.outline.Outline;
    34 import com.sun.tools.internal.xjc.outline.Outline;
    36 import com.sun.xml.internal.bind.v2.model.core.ArrayInfo;
    35 import com.sun.xml.internal.bind.v2.model.core.ArrayInfo;
    37 import com.sun.xml.internal.xsom.XSComponent;
    36 import com.sun.xml.internal.xsom.XSComponent;
    38 
    37 
    39 import org.xml.sax.Locator;
    38 import org.xml.sax.Locator;