cmlenz 2003/03/17 02:46:08
Modified: integration/ant/src/java/org/apache/cactus/integration/ant
WebXmlMergeTask.java
Log:
protected -> private
Revision Changes Path
1.5 +2 -2
jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/WebXmlMergeTask.java
Index: WebXmlMergeTask.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/WebXmlMergeTask.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- WebXmlMergeTask.java 16 Mar 2003 21:29:04 -0000 1.4
+++ WebXmlMergeTask.java 17 Mar 2003 10:46:08 -0000 1.5
@@ -394,7 +394,7 @@
* @param theFile The file to write to
* @throws IOException If an I/O error occurs
*/
- protected void writeWebXml(WebXml theWebXml, File theFile)
+ private void writeWebXml(WebXml theWebXml, File theFile)
throws IOException
{
FileOutputStream out = null;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]