Merge "Remove unneeded @SuppressWarnings"
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user