Author: sebb
Date: Mon Nov 8 10:10:53 2010
New Revision: 1032519
URL: http://svn.apache.org/viewvc?rev=1032519&view=rev
Log:
Unread variables
Modified:
commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs/provider/webdav/test/WebdavVersioningTests.java
Modified:
commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs/provider/webdav/test/WebdavVersioningTests.java
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs/provider/webdav/test/WebdavVersioningTests.java?rev=1032519&r1=1032518&r2=1032519&view=diff
==============================================================================
---
commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs/provider/webdav/test/WebdavVersioningTests.java
(original)
+++
commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs/provider/webdav/test/WebdavVersioningTests.java
Mon Nov 8 10:10:53 2010
@@ -67,7 +67,6 @@ public class WebdavVersioningTests exten
// Create the source file
final String content = "Here is some sample content for the file.
Blah Blah Blah.";
- final String contentAppend = content + content;
final OutputStream os = file.getContent().getOutputStream();
try
@@ -124,7 +123,6 @@ public class WebdavVersioningTests exten
// Create the source file
final String content = "Here is some sample content for the file.
Blah Blah Blah.";
- final String contentAppend = content + content;
final OutputStream os = file.getContent().getOutputStream();
try