From 4bf96ea04d94abcdd61469c745f83d2191a1da47 Mon Sep 17 00:00:00 2001 From: Ahmet Arslan Date: Tue, 11 Apr 2017 22:48:43 +0300 Subject: [PATCH] remove unnecessary parenthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a28b107c8..20504252b 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Go on and use it as shown below: ```java @Configuration -@EnableSolrRepositories(basePackages = { "com.acme.sorl" }), multicoreSupport = true) +@EnableSolrRepositories(basePackages = { "com.acme.sorl" }, multicoreSupport = true) public class SolrContext { private @Resource Environment env;