This is an automated email from the ASF dual-hosted git repository. mmarshall pushed a commit to branch branch-2.10 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 03c7add59f0b045ef4b1cd2d44fda7ad5867c8c8 Author: Michael Marshall <[email protected]> AuthorDate: Mon Jun 5 10:49:09 2023 -0500 Fix license header with missing * The missing * was introduced by a46acef36c48f3972836b333a665e7c522edc5bd --- .../org/apache/pulsar/client/impl/ProducerEmptySchemaCacheTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerEmptySchemaCacheTest.java b/pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerEmptySchemaCacheTest.java index 079b8bd8ecc..684d0e88d16 100644 --- a/pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerEmptySchemaCacheTest.java +++ b/pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerEmptySchemaCacheTest.java @@ -1,4 +1,4 @@ -/* +/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information
