Skip to content

Commit 2ad21a8

Browse files
committed
Fix package name - avoid warning about invalid javadoc.
Partially resolves spring-cloud#156
1 parent ac71e2e commit 2ad21a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multi-io-samples/ticktock/multi-output-time-kafka/src/main/java/org/springframework/cloud/stream/app/time/source/kafka/MultiOutputTimeSourceKafkaApplication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.cloud.stream.app.time.source.rabbit;
17+
package org.springframework.cloud.stream.app.time.source.kafka;
1818

1919
import java.util.Date;
2020
import java.util.function.Supplier;

0 commit comments

Comments
 (0)