Remove StorageException from throws clauses
Change-Id: I48a0169293ddf766fbbd924cb310f9b8dacc58cf
This commit is contained in:
@@ -46,8 +46,7 @@ public class Unignore implements RestModifyView<ChangeResource, Input>, UiAction
|
||||
}
|
||||
|
||||
@Override
|
||||
public Response<String> apply(ChangeResource rsrc, Input input)
|
||||
throws StorageException, IllegalLabelException {
|
||||
public Response<String> apply(ChangeResource rsrc, Input input) throws IllegalLabelException {
|
||||
if (isIgnored(rsrc)) {
|
||||
stars.unignore(rsrc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user