SEC-105: Correct incorrect JavaDocs.

This commit is contained in:
Ben Alex 2005-11-25 04:29:32 +00:00
parent 969bbff00c
commit 58b8b840b3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class PortMapperImpl implements PortMapper {
* In a Spring XML ApplicationContext, a definition would look something
* like this:
* <pre>
* &lt;property name="httpsPortMapping">
* &lt;property name="portMappings">
* &lt;map>
* &lt;entry key="80">&lt;value>443&lt;/value>&lt;/entry>
* &lt;entry key="8080">&lt;value>8443&lt;/value>&lt;/entry>