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/10/31 12:37:02 UTC

[06/10] flink git commit: [hotfix][metrics] Limit visibility of ScopeFormats constructor

[hotfix][metrics] Limit visibility of ScopeFormats constructor


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

Branch: refs/heads/master
Commit: 7e101c92996a4695d618d81e0d5157134b740cf6
Parents: 280dcc2
Author: zentol <ch...@apache.org>
Authored: Mon Oct 30 15:12:00 2017 +0100
Committer: zentol <ch...@apache.org>
Committed: Tue Oct 31 11:53:45 2017 +0100

----------------------------------------------------------------------
 .../java/org/apache/flink/runtime/metrics/scope/ScopeFormats.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/7e101c92/flink-runtime/src/main/java/org/apache/flink/runtime/metrics/scope/ScopeFormats.java
----------------------------------------------------------------------
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/metrics/scope/ScopeFormats.java b/flink-runtime/src/main/java/org/apache/flink/runtime/metrics/scope/ScopeFormats.java
index 7f37b7f..75ceda7 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/metrics/scope/ScopeFormats.java
+++ b/flink-runtime/src/main/java/org/apache/flink/runtime/metrics/scope/ScopeFormats.java
@@ -38,7 +38,7 @@ public class ScopeFormats {
 	/**
 	 * Creates all scope formats, based on the given scope format strings.
 	 */
-	public ScopeFormats(
+	private ScopeFormats(
 			String jobManagerFormat,
 			String jobManagerJobFormat,
 			String taskManagerFormat,