Remove declarations of unthrown IOException
Change-Id: I528f42db1136022073a4e9cac368ea4cfcddd79f
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user