Removed useless TODOs
This commit is contained in:
parent
9918198dfc
commit
1c009f66bb
2 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,3 @@
|
|||
/*
|
||||
* Created on Jun 22, 2004
|
||||
*
|
||||
* TODO To change the template for this generated file go to
|
||||
* Window - Preferences - Java - Code Generation - Code and Comments
|
||||
*/
|
||||
package com.sun.syndication;
|
||||
|
||||
/**
|
||||
|
@ -139,4 +133,4 @@ public abstract class SyndFeedTest extends FeedTest {
|
|||
super.tearDown();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
|
@ -45,7 +45,8 @@ public class TestXmlReader extends TestCase {
|
|||
|
||||
protected void _testRawNoBomValid(final String encoding) throws Exception {
|
||||
|
||||
// TODO review this test
|
||||
// TODO review this test (XmlReader is never closed, test fails when using a new XmlReader
|
||||
// for each Assert)
|
||||
|
||||
InputStream is = getXmlStream("no-bom", "xml", encoding, encoding);
|
||||
XmlReader xmlReader = new XmlReader(is, false);
|
||||
|
|
Loading…
Reference in a new issue