Remove throws IOException from UnpackedObjectLoader.getCachedBytes
commitdd38922193ca1323906f67b9864332d2781a7d4f
authorShawn O. Pearce <spearce@spearce.org>
Thu, 23 Apr 2009 03:36:19 +0000 (22 20:36 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 23 Apr 2009 22:25:58 +0000 (24 00:25 +0200)
treec74248084b5c2a5d068753800d9fb1f885b44bf4
parent83c89480cd9409f9ec04e6c4580255c833beb004
Remove throws IOException from UnpackedObjectLoader.getCachedBytes

The UnpackedObjectLoader always fully materializes itself during the
object's constructor.  Thus the cached bytes are always ready on any
invocation of getCachedBytes(), and this method will never fail.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/lib/UnpackedObjectLoader.java