]> source.dussan.org Git - jgit.git/commit
Remove dead isBinary method from DiffFormatter 58/22058/2
authorShawn Pearce <spearce@spearce.org>
Fri, 14 Feb 2014 17:48:50 +0000 (09:48 -0800)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 17 Feb 2014 21:15:55 +0000 (22:15 +0100)
commitf08fde3eebc2689210292d78db785f6ec52dc8ef
tree23cfaeda52d656ed6a08893bf08674061ef66d5e
parent3fc5791778bbd1d33da34698d0054619f4cad56c
Remove dead isBinary method from DiffFormatter

This method always returns false and is private so it cannot be
overridden at runtime by a subclass. Drop the method and the branch
that can never be taken.

Change-Id: I4d3edbf469c6739dca191e62ea580bdb534b67a4
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java