From 0e6653bf17a892c2e207953f99379504a25f5b68 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 16 May 2016 02:18:33 +0200 Subject: [PATCH] Remove unnecessary @SuppressWarnings("resource") Change-Id: If376b77988cd2d967c3978c80253ab393a6ca55d Signed-off-by: Matthias Sohn --- .../org/eclipse/egit/core/synchronize/GitResourceVariantComparator.java | 1 - 1 file changed, 1 deletion(-) diff --git a/org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/GitResourceVariantComparator.java b/org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/GitResourceVariantComparator.java index e8258a4e5..642ba7cf6 100644 --- a/org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/GitResourceVariantComparator.java +++ b/org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/GitResourceVariantComparator.java @@ -39,7 +39,6 @@ class GitResourceVariantComparator implements IResourceVariantComparator { } @Override - @SuppressWarnings("resource") public boolean compare(IResource local, IResourceVariant remote) { if (!local.exists() || remote == null) { return false; -- 2.11.4.GIT