mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 08:19:23 +00:00
remove "throws IOException" that could never be thrown
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150388 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5335af3bee
commit
daf920b59d
@ -139,7 +139,7 @@ InterruptedException {
|
||||
afterSpace = false;
|
||||
}
|
||||
|
||||
void addMetaTag() throws IOException {
|
||||
void addMetaTag() {
|
||||
metaTags.setProperty(currentMetaTag, currentMetaContent);
|
||||
currentMetaTag = null;
|
||||
currentMetaContent = null;
|
||||
|
@ -203,7 +203,7 @@ InterruptedException {
|
||||
afterSpace = false;
|
||||
}
|
||||
|
||||
void addMetaTag() throws IOException {
|
||||
void addMetaTag() {
|
||||
metaTags.setProperty(currentMetaTag, currentMetaContent);
|
||||
currentMetaTag = null;
|
||||
currentMetaContent = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user