Skip to content

Commit d6d5fcc

Browse files
committed
fixup! use openContext name
1 parent 4971601 commit d6d5fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flink-core/src/main/java/org/apache/flink/api/common/functions/OpenContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
package org.apache.flink.api.common.functions;
2020

21-
import org.apache.flink.annotation.PublicEvolving;
21+
import org.apache.flink.annotation.Public;
2222

2323
/**
2424
* The {@link OpenContext} interface provides necessary information required by the {@link
2525
* RichFunction} when it is opened. The {@link OpenContext} is currently empty because it can be
2626
* used to add more methods without affecting the signature of {@code RichFunction#open}.
2727
*/
28-
@PublicEvolving
28+
@Public
2929
public interface OpenContext {}

0 commit comments

Comments
 (0)