Fixed typo in class name
This commit is contained in:
parent
812ec23952
commit
81ac164702
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ import com.sun.syndication.unittest.TestSyndFeedRSS20;
|
||||||
* @author Martin Kurz
|
* @author Martin Kurz
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class Isseue161Test extends TestSyndFeedRSS20 {
|
public class Issue161Test extends TestSyndFeedRSS20 {
|
||||||
|
|
||||||
public Isseue161Test() {
|
public Issue161Test() {
|
||||||
super("rss_2.0");
|
super("rss_2.0");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue