KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > syndication > unittest > TestOpsAtom03


1 package com.sun.syndication.unittest;
2
3 /**
4  *
5  * <p>
6  * @author Alejandro Abdelnur
7  *
8  */

9 public class TestOpsAtom03 extends FeedOpsTest {
10
11     public TestOpsAtom03() {
12         super("atom_0.3");
13     }
14
15 }
16
Popular Tags