(no commit message)
[utils] / support / general / src / test / java / org / wamblee / io / FileResourceTest.java
index 0f2b36f1c0b0778e2fa082389708d8bbbcf2d20f..919c3f587e6d4b1684a8f13eba0d17ff7c327c38 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.io;
 
 import junit.framework.TestCase;
@@ -48,7 +48,7 @@ public class FileResourceTest extends TestCase {
             FileResource resource = new FileResource(new File(FileSystemUtils
                 .getTestInputDir(FileResourceTest.class),
                 "myresource-nonexistent.txt"));
-            InputStream is = resource.getInputStream();
+            resource.getInputStream();
         } catch (IOException e) {
             return; // ok
         }