Author: mbenson
Date: Wed Feb 17 17:36:50 2010
New Revision: 911105
URL: http://svn.apache.org/viewvc?rev=911105&view=rev
Log:
remove what appear to be the last of my formerly habitual uppercase HTML CODE
tags ;)
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/util/ChainedMapper.java
ant/core/trunk/src/main/org/apache/tools/ant/util/CompositeMapper.java
ant/core/trunk/src/main/org/apache/tools/ant/util/FirstMatchMapper.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ChainedMapper.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ChainedMapper.java?rev=911105&r1=911104&r2=911105&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/ChainedMapper.java
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/ChainedMapper.java Wed
Feb 17 17:36:50 2010
@@ -24,10 +24,10 @@
import java.util.ArrayList;
/**
- * A <CODE>ContainerMapper</CODE> that chains the results of the first
- * nested <CODE>FileNameMapper</CODE>s into sourcefiles for the second,
+ * A <code>ContainerMapper</code> that chains the results of the first
+ * nested <code>FileNameMapper</code>s into sourcefiles for the second,
* the second to the third, and so on, returning the resulting mapped
- * filenames from the last nested <CODE>FileNameMapper</CODE>.
+ * filenames from the last nested <code>FileNameMapper</code>.
*/
public class ChainedMapper extends ContainerMapper {
Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/CompositeMapper.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/CompositeMapper.java?rev=911105&r1=911104&r2=911105&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/CompositeMapper.java
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/CompositeMapper.java Wed
Feb 17 17:36:50 2010
@@ -21,8 +21,8 @@
import java.util.LinkedHashSet;
/**
- * A <CODE>ContainerMapper</CODE> that unites the results of its constituent
- * <CODE>FileNameMapper</CODE>s into a single set of result filenames.
+ * A <code>ContainerMapper</code> that unites the results of its constituent
+ * <code>FileNameMapper</code>s into a single set of result filenames.
*/
public class CompositeMapper extends ContainerMapper {
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/util/FirstMatchMapper.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/FirstMatchMapper.java?rev=911105&r1=911104&r2=911105&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/FirstMatchMapper.java
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/FirstMatchMapper.java Wed
Feb 17 17:36:50 2010
@@ -23,8 +23,8 @@
import java.util.LinkedList;
/**
- * A <CODE>ContainerMapper</CODE> that returns the results of its
- * first constituent <CODE>FileNameMapper</CODE>s that matches.
+ * A <code>ContainerMapper</code> that returns the results of its
+ * first constituent <code>FileNameMapper</code>s that matches.
*
* @since Ant 1.8.0
*/