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/06/03 06:06:06 UTC

[5/6] flink git commit: [FLINK-6831] Activate checkstyle for runtime/*

[FLINK-6831] Activate checkstyle for runtime/*

This closes #4057.


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

Branch: refs/heads/master
Commit: 44090aab32d677ae49a4438fbc8d313df8556190
Parents: 156d5e6
Author: zentol <ch...@apache.org>
Authored: Wed May 31 17:07:03 2017 +0200
Committer: zentol <ch...@apache.org>
Committed: Fri Jun 2 22:22:50 2017 +0200

----------------------------------------------------------------------
 flink-runtime/pom.xml                                             | 1 -
 .../src/main/java/org/apache/flink/runtime/JobException.java      | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/44090aab/flink-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index e570d3b..3cee8d8 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -458,7 +458,6 @@ under the License.
 						**/runtime/testutils/**,
 						**/runtime/util/**,
 						**/runtime/zookeeper/**,
-						**/runtime/*
 					</excludes>
 				</configuration>
 				<executions>

http://git-wip-us.apache.org/repos/asf/flink/blob/44090aab/flink-runtime/src/main/java/org/apache/flink/runtime/JobException.java
----------------------------------------------------------------------
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/JobException.java b/flink-runtime/src/main/java/org/apache/flink/runtime/JobException.java
index b98e669..d5a5bb9 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/JobException.java
+++ b/flink-runtime/src/main/java/org/apache/flink/runtime/JobException.java
@@ -18,6 +18,9 @@
 
 package org.apache.flink.runtime;
 
+/**
+ * Indicates that a job has failed.
+ */
 public class JobException extends Exception {
 
 	private static final long serialVersionUID = 1275864691743020176L;