You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ma...@apache.org on 2019/06/12 05:34:34 UTC

[kafka] branch trunk updated: MINOR: Remove integration package prefix from ConsumerTopicCreationTest (#6916)

This is an automated email from the ASF dual-hosted git repository.

manikumar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cb2c4c3  MINOR: Remove integration package prefix from ConsumerTopicCreationTest (#6916)
cb2c4c3 is described below

commit cb2c4c3d7aa854a8ce209145ab85851a8b4ffe85
Author: Gardner Vickers <ga...@vickers.me>
AuthorDate: Tue Jun 11 22:34:12 2019 -0700

    MINOR: Remove integration package prefix from ConsumerTopicCreationTest (#6916)
    
    Reviewers: Manikumar Reddy <ma...@gmail.com>
---
 .../test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala b/core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala
index f447a56..55671ba 100644
--- a/core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala
+++ b/core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package integration.kafka.api
+package kafka.api
 
 import java.lang.{Boolean => JBoolean}
 import java.time.Duration