On 19 March 2012 06:46, <celes...@apache.org> wrote: > Author: celestin > Date: Mon Mar 19 06:46:32 2012 > New Revision: 1302298 > > URL: http://svn.apache.org/viewvc?rev=1302298&view=rev > Log: > In class o.a.c.math3.linear.SymmLQ > - Changed parameter order for the constructor of nested class State (for > consistency with the constructor of SymmLQ). > - Moved some static helper methods from SymmLQ to nested class State > - Changed visibility of some static fields from private to protected in > order to avoid the use of synthetic getters.
Could have used package protection here, but as the fields are constant, it does not matter that they are exposed to sub-classes. Had they been mutable, protected access would not have been as good. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org