mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Add syntax highlighting to Javadoc where necessary
Issue: SPR-8426
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@ import org.springframework.core.env.PropertySource;
|
||||
*
|
||||
* The {@link #setProperty} and {@link #withProperty} methods are exposed for
|
||||
* convenience, for example:
|
||||
* <pre>
|
||||
* <pre class="code">
|
||||
* {@code
|
||||
* PropertySource<?> source = new MockPropertySource().withProperty("foo", "bar");
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user