diff --git a/core/src/main/java/org/acegisecurity/util/PortMapperImpl.java b/core/src/main/java/org/acegisecurity/util/PortMapperImpl.java index 89d173cee9..e5cc1723b7 100644 --- a/core/src/main/java/org/acegisecurity/util/PortMapperImpl.java +++ b/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: *
-     *   <property name="httpsPortMapping">
+     *   <property name="portMappings">
      *     <map>
      *       <entry key="80"><value>443</value></entry>
      *       <entry key="8080"><value>8443</value></entry>