Not wanting to sound like a whining ninny, but there is no
need to change " to " as the text is not placed in an attribute.
Peter
mbenson@apache.org wrote:
>mbenson 2005/01/28 10:18:37
>
> Modified: src/main/org/apache/tools/ant Project.java
> Log:
> Javadoc
>
> Revision Changes Path
> 1.185 +175 -181 ant/src/main/org/apache/tools/ant/Project.java
>
> Index: Project.java
> ===================================================================
> RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Project.java,v
> retrieving revision 1.184
> retrieving revision 1.185
> diff -u -r1.184 -r1.185
> --- Project.java 25 Jan 2005 14:48:08 -0000 1.184
> +++ Project.java 28 Jan 2005 18:18:36 -0000 1.185
> @@ -59,54 +59,54 @@
> */
>
> public class Project {
> - /** Message priority of "error". */
> + /** Message priority of "error". */
> public static final int MSG_ERR = 0;
> - /** Message priority of "warning". */
> + /** Message priority of "warning". */
> public static final int MSG_WARN = 1;
>
>
....
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|