提交 53c05ed7 编写于 作者: L lancea

6985725: RowSetProvider has typo for the property javax.sql.rowset.RowSetFactory in the javadoc

Reviewed-by: darcy, ohair
上级 fd1630d1
...@@ -29,7 +29,6 @@ import java.security.AccessController; ...@@ -29,7 +29,6 @@ import java.security.AccessController;
import java.security.PrivilegedAction; import java.security.PrivilegedAction;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.ServiceLoader; import java.util.ServiceLoader;
import javax.sql.rowset.RowSetFactory;
/** /**
* A factory API that enables applications to obtain a * A factory API that enables applications to obtain a
...@@ -82,10 +81,10 @@ public class RowSetProvider { ...@@ -82,10 +81,10 @@ public class RowSetProvider {
* the <code>RowSetFactory</code> implementation class to load:</p> * the <code>RowSetFactory</code> implementation class to load:</p>
* <ul> * <ul>
* <li> * <li>
* The System property {@code javax.sql.rowset.RowsetFactory}. For example: * The System property {@code javax.sql.rowset.RowSetFactory}. For example:
* <ul> * <ul>
* <li> * <li>
* -Djavax.sql.rowset.RowsetFactory=com.sun.rowset.RowSetFactoryImpl * -Djavax.sql.rowset.RowSetFactory=com.sun.rowset.RowSetFactoryImpl
* </li> * </li>
* </ul> * </ul>
* <li> * <li>
...@@ -271,7 +270,7 @@ public class RowSetProvider { ...@@ -271,7 +270,7 @@ public class RowSetProvider {
/** /**
* Returns the requested System Property. If a {@code SecurityException} * Returns the requested System Property. If a {@code SecurityException}
* occurs, just return NULL * occurs, just return NULL
* @param propName - System property to retreive * @param propName - System property to retrieve
* @return The System property value or NULL if the property does not exist * @return The System property value or NULL if the property does not exist
* or a {@code SecurityException} occurs. * or a {@code SecurityException} occurs.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册