< prev index next >

test/javax/sql/testng/util/StubContext.java

Print this page

        

*** 18,27 **** --- 18,35 ---- * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + + /** + * @test + * @modules java.sql.rowset/com.sun.rowset + * java.sql.rowset/com.sun.rowset.internal + * java.sql.rowset/com.sun.rowset.providers + */ + package util; import java.util.Hashtable; import javax.naming.Binding; import javax.naming.Context;
< prev index next >