Consistently refer to 'default no-arg constructor' (SPR-7339)

This commit is contained in:
Chris Beams
2010-08-07 13:57:12 +00:00
parent edad222e6a
commit 5e64f228b6
3 changed files with 4 additions and 4 deletions

View File

@@ -1442,8 +1442,8 @@ String result =
<para>using a <literal>Map&lt;String,String&gt;</literal>.</para>
<para>To create an instance of <classname>RestTemplate</classname> you
can simply call the default constructor. This will use standard Java
<para>To create an instance of <classname>RestTemplate</classname> you can
simply call the default no-arg constructor. This will use standard Java
classes from the <literal>java.net</literal> package as the underlying
implementation to create HTTP requests. This can be overridden by
specifying an implementation of