src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/DataHead.java

changeset 384
8f2986ff0235
parent 368
0989ad8c0860
child 637
9c07ef4934dd
equal deleted inserted replaced
380:7386eca865e1 384:8f2986ff0235
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, 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
101 } 101 }
102 } 102 }
103 } 103 }
104 104
105 void close() { 105 void close() {
106 head = tail = null;
106 if (dataFile != null) { 107 if (dataFile != null) {
107 head = tail = null;
108 dataFile.close(); 108 dataFile.close();
109 } 109 }
110 } 110 }
111 111
112 112

mercurial