You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/05/22 19:40:33 UTC

[6/8] flink git commit: [hotfix] Fix @deprecated javadoc in ConfigConstants

[hotfix] Fix @deprecated javadoc in ConfigConstants


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b2db8e8e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b2db8e8e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b2db8e8e

Branch: refs/heads/master
Commit: b2db8e8e053006daeb290eaaaeb8466410af8333
Parents: 60fa0d4
Author: zentol <ch...@apache.org>
Authored: Mon May 22 16:40:07 2017 +0200
Committer: zentol <ch...@apache.org>
Committed: Mon May 22 20:28:22 2017 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/flink/configuration/ConfigConstants.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/b2db8e8e/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
----------------------------------------------------------------------
diff --git a/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java b/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
index 65e6c76..476797e 100644
--- a/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
+++ b/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
@@ -1442,7 +1442,7 @@ public final class ConfigConstants {
 	/**
 	 * Time after which cached stats are cleaned up.
 	 *
-	 * @@deprecated use {@link JobManagerOptions#WEB_BACKPRESSURE_CLEANUP_INTERVAL} instead
+	 * @deprecated use {@link JobManagerOptions#WEB_BACKPRESSURE_CLEANUP_INTERVAL} instead
 	 */
 	@Deprecated
 	public static final int DEFAULT_JOB_MANAGER_WEB_BACK_PRESSURE_CLEAN_UP_INTERVAL = 10 * 60 * 1000;