Hi,
This is a getter from RealMatrixFormat:
/**
* Get the format prefix.
*
* @return format prefix.
*/
public String getRowPrefix() {
return rowPrefix;
}
Within RealMatrixFormat the properties include prefix and rowPrefix. Both have
the same documentation. I'm assuming that the above should say @return row
prefix? With lombok the comments adjacent, so writing the documentation is
easier and faster, while also making the above scenario much less likely.
Cheers,
Ole
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]