Skip to content

Commit

Permalink
Fix last checkFile error.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@272 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Jul 22, 2009
1 parent 72cf6cc commit ff13ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/proxy/XmlaOlap4jHttpProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public byte[] getResponse(URL url, String request)
}
errorStream.close();
baos.close();
} catch(IOException ex) {
} catch (IOException ex) {
// Well, we tried. No point notifying the user here.
}
throw new XmlaOlap4jProxyException(
Expand Down

0 comments on commit ff13ba2

Please sign in to comment.