On Wed, 5 May 2004, Declan Lynch wrote:
> PostgreSQL 7.4.1 JDBC driver bug
>
> In the package
>
> org.postgresql.geometric
>
> the class PGcircle contains what I think is an "oversight".
>
> For classes in this package fields are declared "public" allowing direct
> access. This is true for all classes execept PGcircle where the radius
> field is declared without a modifier. This makes the class unusable
> from a java program without modification, as no accessor method is
> defined.
>
This has been fixed in both the stable and development cvs trees and will
be included with the next release. Thanks for the report.
Kris Jurka