DATAREDIS-771 - Polishing.

Improve error message for unsupported PartTree keywords.

Original Pull Request: #342
This commit is contained in:
Mark Paluch
2018-05-15 15:15:21 +02:00
committed by Christoph Strobl
parent d73a0e1677
commit 86606be850
2 changed files with 3 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ import org.springframework.data.repository.query.ParametersParameterAccessor;
import org.springframework.data.repository.query.parser.PartTree;
/**
* Unit tests for {@link RedisQueryCreator}.
*
* @author Christoph Strobl
* @author Mark Paluch
*/