Browse Source

SEC-105: Correct incorrect JavaDocs.

Ben Alex 20 years ago
parent
commit
58b8b840b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/src/main/java/org/acegisecurity/util/PortMapperImpl.java

+ 1 - 1
core/src/main/java/org/acegisecurity/util/PortMapperImpl.java

@@ -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>