You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2020/03/31 14:15:49 UTC

[flink] branch master updated: [FLINK-16849] [docs] Comment is not reasonable

This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new a857a27  [FLINK-16849] [docs] Comment is not reasonable
a857a27 is described below

commit a857a274a7520ee9e29c304cd17e8b9e8dd49cc6
Author: HuFeiHu <17...@qq.com>
AuthorDate: Sun Mar 29 16:52:20 2020 +0800

    [FLINK-16849] [docs] Comment is not reasonable
---
 .../src/main/java/org/apache/flink/annotation/Internal.java             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-annotations/src/main/java/org/apache/flink/annotation/Internal.java b/flink-annotations/src/main/java/org/apache/flink/annotation/Internal.java
index 65231c2..16208a0 100644
--- a/flink-annotations/src/main/java/org/apache/flink/annotation/Internal.java
+++ b/flink-annotations/src/main/java/org/apache/flink/annotation/Internal.java
@@ -24,7 +24,7 @@ import java.lang.annotation.ElementType;
 import java.lang.annotation.Target;
 
 /**
- * Interface to mark methods within stable, public APIs as an internal developer API.
+ * Annotation to mark methods within stable, public APIs as an internal developer API.
  *
  * <p>Developer APIs are stable but internal to Flink and might change across releases.
  */