You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2015/05/29 12:03:17 UTC

[jira] [Created] (FLINK-2112) Wrong package statement in KafkaITCase and KafkaLocalSystemTime

Matthias J. Sax created FLINK-2112:
--------------------------------------

             Summary: Wrong package statement in KafkaITCase and KafkaLocalSystemTime
                 Key: FLINK-2112
                 URL: https://issues.apache.org/jira/browse/FLINK-2112
             Project: Flink
          Issue Type: Bug
          Components: Streaming Connectors
            Reporter: Matthias J. Sax
            Assignee: Márton Balassi


The classes KafkaITCase.java and KafkaLocalSystemTime.java have an wrong package statement.

They are in package "org.apache.flink.streaming.kafka" and
"org.apache.flink.streaming.kafka.util" respectily, but the package
statements are
> package org.apache.flink.streaming.connectors.kafka;
and
> package org.apache.flink.streaming.connectors.kafka.util;




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)