src/share/classes/com/sun/xml/internal/messaging/saaj/soap/name/LocalStrings.properties

Mon, 04 May 2009 21:10:41 -0700

author
tbell
date
Mon, 04 May 2009 21:10:41 -0700
changeset 50
42dfec6871f6
parent 45
31822b475baa
child 78
860b95cc8d1d
permissions
-rw-r--r--

6658158: Mutable statics in SAAJ (findbugs)
6658163: txw2.DatatypeWriter.BUILDIN is a mutable static (findbugs)
Reviewed-by: darcy

tbell@45 1 #
tbell@45 2 # Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved.
tbell@45 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
tbell@45 4 #
tbell@45 5 # This code is free software; you can redistribute it and/or modify it
tbell@45 6 # under the terms of the GNU General Public License version 2 only, as
tbell@45 7 # published by the Free Software Foundation. Sun designates this
tbell@45 8 # particular file as subject to the "Classpath" exception as provided
tbell@45 9 # by Sun in the LICENSE file that accompanied this code.
tbell@45 10 #
tbell@45 11 # This code is distributed in the hope that it will be useful, but WITHOUT
tbell@45 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
tbell@45 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
tbell@45 14 # version 2 for more details (a copy is included in the LICENSE file that
tbell@45 15 # accompanied this code).
tbell@45 16 #
tbell@45 17 # You should have received a copy of the GNU General Public License version
tbell@45 18 # 2 along with this work; if not, write to the Free Software Foundation,
tbell@45 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
tbell@45 20 #
tbell@45 21 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
tbell@45 22 # CA 95054 USA or visit www.sun.com if you need additional information or
tbell@45 23 # have any questions.
tbell@45 24 #
tbell@45 25
duke@1 26 # SAAJ ResourceBundle properties file
duke@1 27 # Contains Log messages for name pkg
duke@1 28 # Error messages
duke@1 29 SAAJ0201.name.not.created.from.null.tag=SAAJ0201: Cannot create a name from a null tag
duke@1 30 SAAJ0202.name.invalid.arg.format=SAAJ0202: Argument "{0}" must be of the form: prefix:localName
duke@1 31

mercurial