Don't get the FD in WindowedFile.onOpen
commit999f71b94a8c1ec7204f809f3e400b03f6f9d74b
authorShawn O. Pearce <spearce@spearce.org>
Sun, 18 May 2008 18:10:29 +0000 (18 14:10 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 18 May 2008 19:39:52 +0000 (18 15:39 -0400)
tree335eb4f1d589f51dbfc555330be9458c86eed902
parent774070d9f09b333216223c505a4365127e028af2
Don't get the FD in WindowedFile.onOpen

This was just to work around the Eclipse compiler setting that
required us to actually throw IOException so we could declare
it in our throws clause.  Since we have relaxed that to only a
warning we do not need this code in the default implementation.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/WindowedFile.java