Author: mbenson
Date: Fri Oct 7 06:26:28 2005
New Revision: 307118
URL: http://svn.apache.org/viewcvs?rev=307118&view=rev
Log:
s/CODE/code/g
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/types/Mapper.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/Mapper.java
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/types/Mapper.java?rev=307118&r1=307117&r2=307118&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/Mapper.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/Mapper.java Fri Oct 7
06:26:28 2005
@@ -39,8 +39,8 @@
private ContainerMapper container = null;
/**
- * Construct a new <CODE>Mapper</CODE> element.
- * @param p the owning Ant <CODE>Project</CODE>.
+ * Construct a new <code>Mapper</code> element.
+ * @param p the owning Ant <code>Project</code>.
*/
public Mapper(Project p) {
setProject(p);
@@ -48,7 +48,7 @@
/**
* Set the type of <code>FileNameMapper</code> to use.
- * @param type the <CODE>MapperType</CODE> enumerated attribute.
+ * @param type the <code>MapperType</code> enumerated attribute.
*/
public void setType(MapperType type) {
if (isReference()) {
@@ -58,8 +58,8 @@
}
/**
- * Add a nested <CODE>FileNameMapper</CODE>.
- * @param fileNameMapper the <CODE>FileNameMapper</CODE> to add.
+ * Add a nested <code>FileNameMapper</code>.
+ * @param fileNameMapper the <code>FileNameMapper</code> to add.
*/
public void add(FileNameMapper fileNameMapper) {
if (isReference()) {
@@ -223,7 +223,7 @@
/**
* Gets the Class object associated with the mapper implementation.
- * @return <CODE>Class</CODE>.
+ * @return <code>Class</code>.
* @throws ClassNotFoundException if the class cannot be found
*/
protected Class getImplementationClass() throws ClassNotFoundException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]