src/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/TextImpl.java

changeset 45
31822b475baa
parent 1
0961a4a21176
child 50
42dfec6871f6
equal deleted inserted replaced
33:41a66a42791b 45:31822b475baa
1 /* 1 /*
2 * $Id: TextImpl.java,v 1.19 2006/01/27 12:49:36 vj135062 Exp $ 2 * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved.
3 * $Revision: 1.19 $
4 * $Date: 2006/01/27 12:49:36 $
5 */
6
7 /*
8 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
9 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
10 * 4 *
11 * 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
12 * 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
13 * published by the Free Software Foundation. Sun designates this 7 * published by the Free Software Foundation. Sun designates this
26 * 20 *
27 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 21 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
28 * CA 95054 USA or visit www.sun.com if you need additional information or 22 * CA 95054 USA or visit www.sun.com if you need additional information or
29 * have any questions. 23 * have any questions.
30 */ 24 */
25 /*
26 * $Id: TextImpl.java,v 1.19 2006/01/27 12:49:36 vj135062 Exp $
27 * $Revision: 1.19 $
28 * $Date: 2006/01/27 12:49:36 $
29 */
30
31
31 package com.sun.xml.internal.messaging.saaj.soap.impl; 32 package com.sun.xml.internal.messaging.saaj.soap.impl;
32 33
33 import java.util.logging.Logger; 34 import java.util.logging.Logger;
34 35
35 import javax.xml.soap.SOAPElement; 36 import javax.xml.soap.SOAPElement;

mercurial