Skip to content

Commit 95bb8e2

Browse files
Update docs for ClosableFunction
1 parent ad8ba96 commit 95bb8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samza-api/src/main/java/org/apache/samza/operators/functions/ClosableFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* <p> Implement {@link #close()} to free resources used during the execution of the function, clean up state etc.
2828
*
29-
* <p> Order of finalization: {@link ClosableFunction}s are invoked in the reverse topological order of operators in the
29+
* <p> Order of finalization: {@link ClosableFunction}s are closed in the reverse topological order of operators in the
3030
* {@link org.apache.samza.operators.StreamGraph}. For any two operators A and B in the graph, if operator B consumes results
3131
* from operator A, then operator B is guaranteed to be closed before operator A.
3232
*

0 commit comments

Comments
 (0)