# HG changeset patch # User lancea # Date 1524567422 14400 # Node ID 045b7db933bdafb7d682dec8e6a410d7f582bb6c # Parent e700edfac7adb6a92ce724f534d1be2a04cce1e5 JDK-8188051-branch javadoc typo updates diff -r e700edfac7ad -r 045b7db933bd src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/OperationGroup.java --- 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?]
* *- * 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.
* *
@@ -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.
diff -r e700edfac7ad -r 045b7db933bd src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/PrimitiveOperation.java
--- 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
* 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 +