commit | 111c10bb490bd55ff799f49a81af9a5f258aa4e7 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Thu Oct 11 08:45:23 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Thu Oct 11 08:45:23 2018 +0900 |
tree | f7869c421d16ce386c516dd65a5c2564be63de38 | |
parent | f11703cbe76b18472252538a22277f8b0c1f8cdf [diff] |
ImagesCollection: Remove unnecessary warning suppression Change-Id: I24bf9ff3672e5e3c277edcd3a8f5e3111180c5e7
diff --git a/src/main/java/com/googlesource/gerrit/plugins/imagare/ImagesCollection.java b/src/main/java/com/googlesource/gerrit/plugins/imagare/ImagesCollection.java index 992bbff..2edaae3 100644 --- a/src/main/java/com/googlesource/gerrit/plugins/imagare/ImagesCollection.java +++ b/src/main/java/com/googlesource/gerrit/plugins/imagare/ImagesCollection.java
@@ -67,7 +67,6 @@ } @Override - @SuppressWarnings("unchecked") public PostImage post(ProjectResource parent) throws RestApiException { return createImage.get(); }