update javadoc, does not throw IOException

Signed-off-by: Marek Otahal <markotahal@gmail.com>
pull/1/head
Marek Otahal 13 years ago committed by Michael Peter Christen
parent f40efb39af
commit ed253b7aff

@ -222,7 +222,6 @@ public final class Cache {
* @return the resource content as byte[]. If no data
* is available or the cached file is not readable, <code>null</code>
* is returned.
* @throws IOException
*/
public static byte[] getContent(final byte[] hash) {
// load the url as resource from the cache

Loading…
Cancel
Save