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 de3d2d3 commit 37b6f87Copy full SHA for 37b6f87
modules/solr/src/main/java/org/testcontainers/containers/SolrContainer.java
@@ -104,7 +104,7 @@ public int getZookeeperPort() {
104
@SneakyThrows
105
protected void configure() {
106
if (configuration.getSolrSchema() != null && configuration.getSolrConfiguration() == null) {
107
- throw new IllegalStateException("Solr needs to have a configuration is you want to use a schema");
+ throw new IllegalStateException("Solr needs to have a configuration if you want to use a schema");
108
}
109
// Generate Command Builder
110
String command = "solr -f";
0 commit comments