I would like to do the same in Lang as with Collections (see below.)\
We currently perform checks like:
Validate.isTrue(foo != null, ...)
Which should be IMO:
Validate.notNull(foo, ...);
The difference being that the former throws IAE and the later NPE.
As with [collections], my argument is t
Obvious junk Javadoc, fixed in master.
Gary
On Sat, Feb 22, 2020 at 8:53 AM Otto Fowler wrote:
> I’m running `mvn site` on a PR I’ve authored, and i get an error unrelated
> to my changes. Has anyone else seen this?
>
> ```bash
>
> *INFO*]
> *---
I’m running `mvn site` on a PR I’ve authored, and i get an error unrelated
to my changes. Has anyone else seen this?
```bash
*INFO*]
**
[*INFO*] *Reactor Summary for Apache Commons VFS Project 2.7.0-SNAPSHOT:*
[*INFO*]
[*
Hi Gilles:
I really appricate for your patient to help me to solve the mail sending
problem, I try to set the only setting about charset "Use Unicode" for this
mail.
I have created a pull request: https://github.com/apache/commons-math/pull/118
And a comparsion between KMeans and MiniBatchK