[rng] has three classes with a private constructor that are not currently marked as final. 1 is public and 2 are package private.

If I mark them as final then clirr:check ignores the package private ones and produces this warning for the public one:

"Added final modifier to class, but class was effectively final anyway"


Given the class could not have been extended (due to a private constructor) it seems OK to allow the final modifier.

So can the final modifier be added? Is there a precedent here with regard to releases?


Alex



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to