--- a/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/OperationGroup.java Mon Apr 23 13:55:47 2018 -0400
+++ b/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/OperationGroup.java Tue Apr 24 06:57:02 2018 -0400
@@ -74,12 +74,12 @@
* exceptionally but must complete one way or the other. [NOTE: Too strong?]</p>
*
* <p>
- * After a call to {@link OperationGroup#submitHoldingForMoreMembers) the
+ * After a call to {@link OperationGroup#submitHoldingForMoreMembers} the
* {@link OperationGroup} is submitted and held. After a call to
* {@link OperationGroup#releaseProhibitingMoreMembers} the {@link OperationGroup}
* is no longer held and is still submitted. Holding permits member {@link Operation}s
* to be executed at the same time additional member {@link Operation}s are
- * submitted. Collecting the member {@link Opreation}s' results does not begin
+ * submitted. Collecting the member {@link Operation}s' results does not begin
* until the {@link OperationGroup} is no longer held.</p>
*
* <p>
@@ -186,7 +186,7 @@
* submitted. A {@link OperationGroup} that is held must be released before it
* can be completed and removed from the queue.
*
- * If the {@link OperationGroup} is dependent and one of its member {@link Operation]s
+ * If the {@link OperationGroup} is dependent and one of its member {@link Operation}s
* completes exceptionally and its queue is empty the {@link OperationGroup}
* is completed.
*
@@ -250,7 +250,7 @@
/**
* Return a new member {@link PrimitiveOperation} that is never skipped.
- * Skipping of member {@link Opreation}s stops with a catchOperation and the
+ * Skipping of member {@link Operation}s stops with a catchOperation and the
* subsequent {@link Operation} is executed normally. The value of a
* catchOperation is always null. Since a catchOperation is never completed
* exceptionally, it has no error handler or timeout.
--- a/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/PrimitiveOperation.java Mon Apr 23 13:55:47 2018 -0400
+++ b/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/PrimitiveOperation.java Tue Apr 24 06:57:02 2018 -0400
@@ -35,8 +35,8 @@
* class of errors. The two types are not distinguished in the JavaDoc as making
* such a distinction would not add clarity.
*
- * @see {@link Operation}
- * @see {@link OperationGroup#catchOperation}
+ * @see Operation
+ * @see OperationGroup#catchOperation
*/
public interface PrimitiveOperation<T> {
--- a/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/package-info.java Mon Apr 23 13:55:47 2018 -0400
+++ b/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/package-info.java Tue Apr 24 06:57:02 2018 -0400
@@ -186,7 +186,7 @@
* effort in an app using that feature only to discover in production that the
* performance is unacceptable. For example, if an implementation can only support
* {@link Operation#timeout} through active polling it would be better for that
- * implementation to throw {@link UnsupportedFeatureException} if
+ * implementation to throw UnsupportedFeatureException if
* {@link Operation#timeout} is called.</p>
*
* <h3>Execution Model</h3>
@@ -256,7 +256,7 @@
*
* <p>
* Note: the {@link Operation}s returned by {@link Connection#closeOperation}
- * and {@link OperationGroup#catchOperation) are never skipped, i.e. never
+ * and {@link OperationGroup#catchOperation} are never skipped, i.e. never
* completed exceptionally with {@link SqlSkippedException}. The {@link Operation}
* returned by {@link OperationGroup#catchOperation} never completes
* execeptionally so the following {@link Operation} is always executed normally.
@@ -335,4 +335,4 @@
*
*/
package jdk.incubator.sql2;
-
\ No newline at end of file
+