Tidy up some TODOs
This commit is contained in:
@@ -101,7 +101,6 @@ public class StaxEventItemReader<T> extends AbstractItemCountingItemStreamItemRe
|
||||
|
||||
/**
|
||||
* @param fragmentRootElementName name of the root element of the fragment
|
||||
* TODO String can be ambiguous due to namespaces, use QName?
|
||||
*/
|
||||
public void setFragmentRootElementName(String fragmentRootElementName) {
|
||||
this.fragmentRootElementName = fragmentRootElementName;
|
||||
|
||||
@@ -263,7 +263,6 @@ public class RepeatTemplate implements RepeatOperations {
|
||||
}
|
||||
}
|
||||
finally {
|
||||
// TODO: extend this to the completion policy?
|
||||
context.close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user