luehe 2003/03/31 13:44:05 Modified: jasper2/src/share/org/apache/jasper/compiler TagFileProcessor.java Log: Clarified comment Revision Changes Path 1.48 +8 -5 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/TagFileProcessor.java Index: TagFileProcessor.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/TagFileProcessor.java,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- TagFileProcessor.java 28 Mar 2003 23:15:45 -0000 1.47 +++ TagFileProcessor.java 31 Mar 2003 21:44:04 -0000 1.48 @@ -252,9 +252,12 @@ } if (nameFromAttribute != null) { - // An alias has been specified. We use nameGiven to - // hold the value of alias, and nameFromAttribute to - // hold what its alias + /* + * An alias has been specified. We use 'nameGiven' to hold the + * value of the alias, and 'nameFromAttribute' to hold the + * name of the attribute whose value (at invocation-time) + * denotes the name of the variable that is being aliased + */ nameGiven = alias; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]