Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/6107#discussion_r192718847
--- Diff:
flink-core/src/main/java/org/apache/flink/api/common/cache/DistributedCache.java
---
@@ -15,8 +15,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.flink.api.common.cache;
+import org.apache.flink.annotation.Public;
+import org.apache.flink.configuration.Configuration;
--- End diff --
If you make this file checkstyle-compliant please also remove the exclusion
in `tools/maven/suppressions-core.xml`
---