From 58b8b840b32f3b69bf63146abd58d585df296853 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 25 Nov 2005 04:29:32 +0000 Subject: [PATCH] SEC-105: Correct incorrect JavaDocs. --- core/src/main/java/org/acegisecurity/util/PortMapperImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>