Fix javac 1.5 warnings
----------------------

                 Key: VFS-139
                 URL: https://issues.apache.org/jira/browse/VFS-139
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: 1.1
            Reporter: Adam Heath
            Priority: Trivial


In java1.5, javac has support for varargs.  It does this by auto-creating an 
array of the appropriate type, when a variable number of parameters are passed.

However, in such cases, when a null is passed to such a method, it isn't 
completely sure how to proceed.  Should it create an array with a single null 
value, or should it just pass the null value straight thru?

In any event, the attached patch fixes it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to