On Thu, 10 Mar 2005, Kev Jackson <[EMAIL PROTECTED]> wrote:

> I'm seeing a lot of empty default constructors.  Is there a policy
> for keeping these?

None that I was aware of.

Things I did not commit:

> +        
> +        //use Java5 funtionality to get environment 
> +        if (JavaEnvUtils.getJavaVersion().equals(JavaEnvUtils.JAVA_1_5)) {
> +            procEnvironment.addAll(System.getenv().entrySet());
> +            return procEnvironment;
> +        }
> +        

and the tabs you introduced 8-)

Please make sure that you don't have any tabs in your patches and
restict lines to 80 characters.

Cheers

        Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to