diff --git a/src/java.sql.rowset/share/classes/javax/sql/rowset/package-info.java b/src/java.sql.rowset/share/classes/javax/sql/rowset/package-info.java index c9087a1936f..b828e829860 100644 --- a/src/java.sql.rowset/share/classes/javax/sql/rowset/package-info.java +++ b/src/java.sql.rowset/share/classes/javax/sql/rowset/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -40,7 +40,7 @@ *
* A compliant JDBC {@code RowSet} implementation must implement one or more * standard interfaces specified in this package and may extend the - * {@code BaseRowSet} abstract class. For example, a + * {@link BaseRowSet} abstract class. For example, a * {@code CachedRowSet} implementation must implement the {@code CachedRowSet} * interface and extend the {@code BaseRowSet} abstract class. The * {@code BaseRowSet} class provides the standard architecture on which all @@ -233,7 +233,7 @@ *
* The {@code RowsetMetaDataImpl} class is a utility class that provides an implementation of the - * RowSetMetaData interface, supplying standard setter + * {@link java.sql/javax.sql.RowSetMetaData RowSetMetaData} interface, supplying standard setter * method implementations for metadata for both connected and disconnected * {@code RowSet} objects. All implementations are free to use this standard * implementation but are not required to do so. @@ -242,7 +242,7 @@ *
* The {@code RowSetWarning} class provides warnings that can be set * on {@code RowSet} implementations. - * Similar to SQLWarning objects, + * Similar to {@link java.sql/java.sql.SQLWarning SQLWarning} objects, * {@code RowSetWarning} objects are silently chained to the object whose method * caused the warning to be thrown. All {@code RowSet} implementations should * ensure that this chaining occurs if a warning is generated and also ensure that the