We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c08ead commit 207ca62Copy full SHA for 207ca62
pulsar-broker/src/main/java/org/apache/pulsar/PulsarBrokerStarter.java
@@ -69,7 +69,7 @@ public class PulsarBrokerStarter {
69
private static ServiceConfiguration loadConfig(String configFile) throws Exception {
70
try (InputStream inputStream = new FileInputStream(configFile)) {
71
ServiceConfiguration config = create(inputStream, ServiceConfiguration.class);
72
- // it validates provided configuration is completed
+ // it validates provided configuration is completed ok
73
isComplete(config);
74
return config;
75
}
0 commit comments