mrglavas 2005/05/06 09:06:56
Modified: java/src/org/apache/xerces/util
DatatypeMessageFormatter.java
Log:
Adding a license to this file.
Revision Changes Path
1.2 +16 -5
xml-xerces/java/src/org/apache/xerces/util/DatatypeMessageFormatter.java
Index: DatatypeMessageFormatter.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/util/DatatypeMessageFormatter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DatatypeMessageFormatter.java 6 May 2005 15:40:07 -0000 1.1
+++ DatatypeMessageFormatter.java 6 May 2005 16:06:56 -0000 1.2
@@ -1,7 +1,17 @@
/*
- * DatatypeMessageFormatter.java
- *
- * Created on June 28, 2004, 9:15 AM
+ * Copyright 2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package org.apache.xerces.util;
@@ -12,13 +22,14 @@
import java.util.ResourceBundle;
/**
+ * <p>Used to format JAXP 1.3 Datatype API error messages using a specified
locale.</p>
*
* @author Neeraj Bajaj, Sun Microsystems
+ * @version $Id$
*/
-
public class DatatypeMessageFormatter {
- static final String BASE_NAME =
"org.apache.xerces.impl.msg.DatatypeMessages";
+ private static final String BASE_NAME =
"org.apache.xerces.impl.msg.DatatypeMessages";
/**
* Formats a message with the specified arguments using the given
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]