Tidy up some TODOs

This commit is contained in:
dsyer
2009-12-29 14:58:59 +00:00
parent 7e46c8abae
commit 90d008fdb1
8 changed files with 6 additions and 15 deletions

View File

@@ -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;

View File

@@ -263,7 +263,6 @@ public class RepeatTemplate implements RepeatOperations {
}
}
finally {
// TODO: extend this to the completion policy?
context.close();
}