aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java/src/main/java/org/tensorflow/Operation.java
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/java/src/main/java/org/tensorflow/Operation.java')
-rw-r--r--tensorflow/java/src/main/java/org/tensorflow/Operation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/java/src/main/java/org/tensorflow/Operation.java b/tensorflow/java/src/main/java/org/tensorflow/Operation.java
index 200350f7ae..d584085282 100644
--- a/tensorflow/java/src/main/java/org/tensorflow/Operation.java
+++ b/tensorflow/java/src/main/java/org/tensorflow/Operation.java
@@ -139,7 +139,7 @@ public final class Operation {
*
* @param name identifier of the list of tensors (of which there may be many) inputs to this
* operation.
- * @returns the size of the list of Tensors produced by this named input.
+ * @return the size of the list of Tensors produced by this named input.
* @throws IllegalArgumentException if this operation has no input with the provided name.
*/
public int inputListLength(final String name) {