StagingViewLabelProvider: Remove redundant null-check
commit28840afe9d76f7dfe73e4bc8704592df99011ec2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 10 Mar 2017 07:02:06 +0000 (10 16:02 +0900)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 12 Mar 2017 09:11:23 +0000 (12 10:11 +0100)
tree94275f7db25ee431d8a841cfb38f1891bc8b6f17
parent4ca05a1c7692cabb24f263e663f6dace6b9bda7b
StagingViewLabelProvider: Remove redundant null-check

StagingEntry#getLocation is annotated @NonNull so the null-check
on its returned value is redundant.

Change-Id: I2716da4fd8559a9a0c4d20ad68810965a98f2980
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/staging/StagingViewLabelProvider.java