Diane,
One of the points in the Sun coding standard for Java is to limit line
lengths (to 80 characters).
Conor
> -----Original Message-----
> From: holtdl@apache.org [mailto:holtdl@apache.org]
> Sent: Monday, 8 April 2002 11:17 AM
> To: jakarta-ant-cvs@apache.org
> Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs
> Available.java
>
>
> holtdl 02/04/07 18:17:07
>
> Modified: src/main/org/apache/tools/ant/taskdefs Available.java
> Log:
> overide -> override; writer -> file; fix line-breaks/spacing so
> the output's a bit neater.
>
> Revision Changes Path
> 1.37 +1 -4
> jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Available.java
>
> Index: Available.java
> ===================================================================
> RCS file:
> /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Avail
> able.java,v
> retrieving revision 1.36
> retrieving revision 1.37
> diff -u -r1.36 -r1.37
> --- Available.java 19 Mar 2002 22:45:06 -0000 1.36
> +++ Available.java 8 Apr 2002 01:17:07 -0000 1.37
> @@ -166,10 +166,7 @@
> if (eval()) {
> String lSep = System.getProperty("line.separator");
> if (null != project.getProperty(property)) {
> - log("DEPRECATED - <available> used to overide
> an existing property. "
> - + lSep
> - + " Build writer should not reuse the same
> property name for "
> - + lSep + "different values.");
> + log("DEPRECATED - <available> used to override
> an existing property." + lSep + " Build file should not reuse
> the same property name for different values.");
> }
> this.project.setProperty(property, value);
> }
>
>
>
>
> --
> To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
>
>
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|