| author | Kevin Sawicki | 2011-04-22 14:55:26 (EDT) |
|---|---|---|
| committer | Chris Aniszczyk | 2011-04-24 12:16:46 (EDT) |
| commit | 77072b9716fc10a1003f0b10398f0a1eeb328747 (patch) (side-by-side diff) | |
| tree | 2f7123cbca5641b8c8cc9e514e740a2c6e9ac5e8 | |
| parent | 5b9a5caf52c7c27ffccd7bb10723dd27db4e1855 (diff) | |
| download | egit-github-77072b9716fc10a1003f0b10398f0a1eeb328747.zip egit-github-77072b9716fc10a1003f0b10398f0a1eeb328747.tar.gz egit-github-77072b9716fc10a1003f0b10398f0a1eeb328747.tar.bz2 | |
Remove unused fields that are FindBugs warningsrefs/changes/25/3225/2
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 fcc4e56..db87251 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 cd93321..c4e9f8f 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) |

