Skip to content

Commit 207ca62

Browse files
committed
tmp commit
1 parent 4c08ead commit 207ca62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulsar-broker/src/main/java/org/apache/pulsar/PulsarBrokerStarter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class PulsarBrokerStarter {
6969
private static ServiceConfiguration loadConfig(String configFile) throws Exception {
7070
try (InputStream inputStream = new FileInputStream(configFile)) {
7171
ServiceConfiguration config = create(inputStream, ServiceConfiguration.class);
72-
// it validates provided configuration is completed
72+
// it validates provided configuration is completed ok
7373
isComplete(config);
7474
return config;
7575
}

0 commit comments

Comments
 (0)