diff options
| author | Kevin Sawicki | 2011-04-22 18:55:26 +0000 |
|---|---|---|
| committer | Chris Aniszczyk | 2011-04-24 16:16:46 +0000 |
| commit | 77072b9716fc10a1003f0b10398f0a1eeb328747 (patch) | |
| tree | 2f7123cbca5641b8c8cc9e514e740a2c6e9ac5e8 | |
| parent | 5b9a5caf52c7c27ffccd7bb10723dd27db4e1855 (diff) | |
| download | egit-github-77072b9716fc10a1003f0b10398f0a1eeb328747.tar.gz egit-github-77072b9716fc10a1003f0b10398f0a1eeb328747.tar.xz egit-github-77072b9716fc10a1003f0b10398f0a1eeb328747.zip | |
Remove unused fields that are FindBugs warnings
Change-Id: I2dc801ab1c8435894821dec9e14f2cb54abb86f6
Signed-off-by: Kevin Sawicki <kevin@github.com>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/CreateGistJob.java b/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/CreateGistJob.java index fcc4e567..db87251d 100644 --- a/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/CreateGistJob.java +++ b/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/CreateGistJob.java @@ -28,7 +28,6 @@ import org.eclipse.ui.PlatformUI; public class CreateGistJob extends Job { private String title; - private String extension; private String content; private GistService service; private String user; diff --git a/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/internal/github/ui/gist/GistAttachmentSorter.java b/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/internal/github/ui/gist/GistAttachmentSorter.java index cd93321f..c4e9f8f8 100644 --- a/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/internal/github/ui/gist/GistAttachmentSorter.java +++ b/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/internal/github/ui/gist/GistAttachmentSorter.java @@ -20,8 +20,6 @@ import org.eclipse.mylyn.tasks.core.ITaskAttachment; */ public class GistAttachmentSorter extends TableSorter { - private TaskKeyComparator keyComparator = new TaskKeyComparator(); - /** * @see org.eclipse.mylyn.internal.provisional.commons.ui.AbstractColumnViewerSorter#compare(org.eclipse.jface.viewers.ColumnViewer, * java.lang.Object, java.lang.Object, int) |
