DATAJPA-1556 - Remove superfluous parenthesis.

Original pull request: #382.
This commit is contained in:
Jens Schauder
2019-06-11 07:46:51 +02:00
parent 7104d7f763
commit 2fbfc0cf41

View File

@@ -5,7 +5,7 @@
== Common
[qanda]
I'd like to get more detailed logging information on what methods are called inside `JpaRepository` (for example). How can I gain them? :: You can make use of `CustomizableTraceInterceptor` provided by Spring, as shown in the following example:
I'd like to get more detailed logging information on what methods are called inside `JpaRepository` for example. How can I gain them? :: You can make use of `CustomizableTraceInterceptor` provided by Spring, as shown in the following example:
+
[source, xml]
----