You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/03/14 08:00:35 UTC

[2/2] ant-ivyde git commit: Extraneous exception

Extraneous exception

Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/511bba12
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/511bba12
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/511bba12

Branch: refs/heads/master
Commit: 511bba1249f0bd168ec05d700e14f24110a630f2
Parents: fd7fdd3
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Wed Mar 14 09:00:20 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Wed Mar 14 09:00:20 2018 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/511bba12/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java
----------------------------------------------------------------------
diff --git a/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java b/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java
index a0a6054..438e749 100644
--- a/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java
+++ b/org.apache.ivyde.eclipse/test/java/org/apache/ivyde/common/model/IvyFileUtilTest.java
@@ -34,7 +34,7 @@ public class IvyFileUtilTest {
     private static String hibContentStr;
 
     @BeforeClass
-    public static void setUp() throws IOException {
+    public static void setUp() {
         try (RandomAccessFile accessFile = new RandomAccessFile(IvyFileUtilTest.class.getResource(
                 "/ivy-hibernate.xml").getFile(), "r")) {
             byte[] content = new byte[(int) accessFile.length()];