diff -r 41a66a42791b -r 31822b475baa src/share/classes/com/sun/xml/internal/messaging/saaj/soap/EnvelopeFactory.java --- a/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/EnvelopeFactory.java Mon Mar 09 13:34:04 2009 -0700 +++ b/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/EnvelopeFactory.java Mon Apr 20 15:14:39 2009 -0700 @@ -1,11 +1,5 @@ /* - * $Id: EnvelopeFactory.java,v 1.24 2006/01/27 12:49:26 vj135062 Exp $ - * $Revision: 1.24 $ - * $Date: 2006/01/27 12:49:26 $ - */ - -/* - * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -28,6 +22,13 @@ * CA 95054 USA or visit www.sun.com if you need additional information or * have any questions. */ +/* + * $Id: EnvelopeFactory.java,v 1.24 2006/01/27 12:49:26 vj135062 Exp $ + * $Revision: 1.24 $ + * $Date: 2006/01/27 12:49:26 $ + */ + + package com.sun.xml.internal.messaging.saaj.soap; import java.util.logging.Logger;