From d67d8ddf2d5e0f8c78bcd1832b83b13303d6e16b Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 21 Jul 2015 18:24:52 +0200 Subject: [PATCH] Fix formatting --- src/asciidoc/testing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/testing.adoc b/src/asciidoc/testing.adoc index 0fec49de23..07e110e9d4 100644 --- a/src/asciidoc/testing.adoc +++ b/src/asciidoc/testing.adoc @@ -96,7 +96,7 @@ for use in unit and integration testing. `ReflectionTestUtils` is a collection of reflection-based utility methods. Developers use these methods in testing scenarios where they need to change the value of a constant, set -a non-++public++ field, invoke a non-++public++ setter method, or invoke a non-++public++ +a non-`public` field, invoke a non-`public` setter method, or invoke a non-`public` _configuration_ or _lifecycle_ callback method when testing application code involving use cases such as the following.