Remove declarations of unthrown IOException

Change-Id: I528f42db1136022073a4e9cac368ea4cfcddd79f
This commit is contained in:
David Pursehouse
2019-04-19 17:21:18 +09:00
parent e31ef27060
commit da60dea284
10 changed files with 14 additions and 19 deletions

View File

@@ -204,7 +204,7 @@ public class SchemaCreatorImpl implements SchemaCreator {
return metaDataUpdate;
}
private void index(InternalGroup group) throws IOException {
private void index(InternalGroup group) {
for (GroupIndex groupIndex : indexCollection.getWriteIndexes()) {
groupIndex.replace(group);
}