src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/Messages.java

changeset 514
29a761eaff0d
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
equal deleted inserted replaced
513:e85461b61b98 514:29a761eaff0d
1 /* 1 /*
2 * Copyright (c) 1997, 2011, 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
58 INVALID_ATTRIBUTE_WILDCARD_TYPE, // 1 arg 58 INVALID_ATTRIBUTE_WILDCARD_TYPE, // 1 arg
59 PROPERTY_MISSING_FROM_ORDER, // 1 arg 59 PROPERTY_MISSING_FROM_ORDER, // 1 arg
60 PROPERTY_ORDER_CONTAINS_UNUSED_ENTRY, // 2 args 60 PROPERTY_ORDER_CONTAINS_UNUSED_ENTRY, // 2 args
61 61
62 INVALID_XML_ENUM_VALUE, // 2 arg 62 INVALID_XML_ENUM_VALUE, // 2 arg
63 FAILED_TO_INITIALE_DATATYPE_FACTORY, // 0 args
64 NO_IMAGE_WRITER, // 1 arg 63 NO_IMAGE_WRITER, // 1 arg
65 64
66 ILLEGAL_MIME_TYPE, // 2 args 65 ILLEGAL_MIME_TYPE, // 2 args
67 ILLEGAL_ANNOTATION, // 1 arg 66 ILLEGAL_ANNOTATION, // 1 arg
68 67

mercurial