Simplify the GitAdapterFactory logic to return our GitHistoryPageSource
commit6d569c9ce382aa221d9b445baf8ffc2f72b70eec
authorShawn O. Pearce <spearce@spearce.org>
Thu, 27 Mar 2008 00:17:30 +0000 (26 20:17 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:06:21 +0000 (7 01:06 -0400)
tree12717432976ed3e766e79f4f4d9f28887f0a95be
parent402542ccbdef8d5783fd3ae14694e828f3f9612a
Simplify the GitAdapterFactory logic to return our GitHistoryPageSource

These cases were identical, and testing for File is not recommended
since it is an internal API.  IFile would have been the better test.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/factories/GitAdapterFactory.java