You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2018/05/09 19:11:41 UTC

[kafka] branch 1.1 updated: HOTFIX: remove empty line to pass checkstyle

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

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


The following commit(s) were added to refs/heads/1.1 by this push:
     new 5f9ffc4  HOTFIX: remove empty line to pass checkstyle
5f9ffc4 is described below

commit 5f9ffc4892748271a2adf3525aa6da3c3f0f5437
Author: Matthias J. Sax <ma...@confluent.io>
AuthorDate: Wed May 9 12:11:00 2018 -0700

    HOTFIX: remove empty line to pass checkstyle
---
 .../org/apache/kafka/streams/state/internals/CachingWindowStore.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/streams/src/main/java/org/apache/kafka/streams/state/internals/CachingWindowStore.java b/streams/src/main/java/org/apache/kafka/streams/state/internals/CachingWindowStore.java
index 7109af0..ad0bd99 100644
--- a/streams/src/main/java/org/apache/kafka/streams/state/internals/CachingWindowStore.java
+++ b/streams/src/main/java/org/apache/kafka/streams/state/internals/CachingWindowStore.java
@@ -1,4 +1,3 @@
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements. See the NOTICE file distributed with

-- 
To stop receiving notification emails like this one, please contact
mjsax@apache.org.