Skip to content

Commit

Permalink
Fix typo in SolrContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
dajudge authored Nov 27, 2024
1 parent de3d2d3 commit 2ff66d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public int getZookeeperPort() {
@SneakyThrows
protected void configure() {
if (configuration.getSolrSchema() != null && configuration.getSolrConfiguration() == null) {
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");
}
// Generate Command Builder
String command = "solr -f";
Expand Down

0 comments on commit 2ff66d5

Please sign in to comment.