geirm 01/04/02 23:13:02
Modified: xdocs changes.xml
docs changes.html
Log:
yet another..
Revision Changes Path
1.28 +3 -0 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- changes.xml 2001/04/03 05:10:49 1.27
+++ changes.xml 2001/04/03 06:13:01 1.28
@@ -33,6 +33,9 @@
Small fix to ASTAndNode.java to short circuit if LHS is false, and to
log an error of LHS or RHS is null. (gmj)
</li>
+ <li>
+ Small fix to ASTGTNode.jave to catch NPE if LHS or RHS is null. (gmj)
+ </li>
</ul>
</subsection>
1.27 +7 -0 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- changes.html 2001/04/03 04:57:02 1.26
+++ changes.html 2001/04/03 06:13:02 1.27
@@ -131,6 +131,13 @@
Added examples-clean-forumdemo target to build.xml for cleaning up
after building the forumdemo. (JSS)
</li>
+ <li>
+ Small fix to ASTAndNode.java to short circuit if LHS is false, and to
+ log an error of LHS or RHS is null. (gmj)
+ </li>
+ <li>
+ Small fix to ASTGTNode.jave to catch NPE if LHS or RHS is null. (gmj)
+ </li>
</ul>
</blockquote>
</td></tr>