Skip to content

Commit 37b6f87

Browse files
authored
Fix typo in SolrContainer (#9572)
1 parent de3d2d3 commit 37b6f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/solr/src/main/java/org/testcontainers/containers/SolrContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public int getZookeeperPort() {
104104
@SneakyThrows
105105
protected void configure() {
106106
if (configuration.getSolrSchema() != null && configuration.getSolrConfiguration() == null) {
107-
throw new IllegalStateException("Solr needs to have a configuration is you want to use a schema");
107+
throw new IllegalStateException("Solr needs to have a configuration if you want to use a schema");
108108
}
109109
// Generate Command Builder
110110
String command = "solr -f";

0 commit comments

Comments
 (0)