You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2017/10/13 11:26:31 UTC

kafka git commit: MINOR: update comments in config/producer.properties

Repository: kafka
Updated Branches:
  refs/heads/trunk a51e3bf5e -> f5341c9f3


MINOR: update comments in config/producer.properties

Author: Manikumar Reddy <ma...@gmail.com>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #4070 from omkreddy/prodcuer.config


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

Branch: refs/heads/trunk
Commit: f5341c9f350e6a3320faa0689cb4e2757898af58
Parents: a51e3bf
Author: Manikumar Reddy <ma...@gmail.com>
Authored: Fri Oct 13 12:26:24 2017 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Fri Oct 13 12:26:24 2017 +0100

----------------------------------------------------------------------
 config/producer.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/f5341c9f/config/producer.properties
----------------------------------------------------------------------
diff --git a/config/producer.properties b/config/producer.properties
index 8833ea2..750b95e 100644
--- a/config/producer.properties
+++ b/config/producer.properties
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-# see org.apache.kafka.clients.producer for more details
+# see org.apache.kafka.clients.producer.ProducerConfig for more details
 
 ############################# Producer Basics #############################