Refactor class to contain its private methods
commitfc34792f8068b7785181cd84236247589864399b
authorMichael Keppler <Michael.Keppler@gmx.de>
Wed, 23 May 2018 11:37:57 +0000 (23 13:37 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 4 Jun 2018 21:52:18 +0000 (4 23:52 +0200)
tree78f12a0455806a174a0057d427344df97ee811fb
parentd3b1c746f2bd1dce22cbc2c7d8f33237a3dc2b4e
Refactor class to contain its private methods

The static comparator class has some private methods, which were
declared in the top level utility class instead. Move them into the
static comparator class to make it self-contained.

Change-Id: Id814aeb2d0e9d15c928953b6602843c7ab481925
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/CommonUtils.java