Merge "Remove unneeded @SuppressWarnings"

This commit is contained in:
Edwin Kempin
2012-11-17 00:00:03 -08:00
committed by Gerrit Code Review
2 changed files with 0 additions and 2 deletions

View File

@@ -447,7 +447,6 @@ public class ListProjects implements RestReadView<TopLevelResource> {
} }
static class ProjectInfo { static class ProjectInfo {
@SuppressWarnings("unused")
final String kind = "gerritcodereview#project"; final String kind = "gerritcodereview#project";
transient String name; transient String name;

View File

@@ -328,7 +328,6 @@ public class CmdLineParser {
return handler; return handler;
} }
@SuppressWarnings("rawtypes")
private void ensureOptionsInitialized() { private void ensureOptionsInitialized() {
if (options == null) { if (options == null) {
help = new HelpOption(); help = new HelpOption();