src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Messages.properties

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
36 (Or if this is a collection property, make sure that the getter returns a collection instance.) 36 (Or if this is a collection property, make sure that the getter returns a collection instance.)
37 37
38 NO_GETTER = \ 38 NO_GETTER = \
39 The property has a setter "{0}" but no getter. \ 39 The property has a setter "{0}" but no getter. \
40 For marshaller, please define getters. 40 For marshaller, please define getters.
41
42 INVALID_XML_ENUM_VALUE = \
43 "{0}" is not a valid value for {1}.

mercurial