Allow public access to radius field to match other geometric types
authorKris Jurka <books@ejurka.com>
Fri, 7 May 2004 05:28:22 +0000 (05:28 +0000)
committerKris Jurka <books@ejurka.com>
Fri, 7 May 2004 05:28:22 +0000 (05:28 +0000)
behavior.

Per report from Declan Lynch.

src/interfaces/jdbc/org/postgresql/geometric/PGcircle.java

index db76372c4ff23868051ac1017dbc458458e73112..3882f835506a10362244bdefb57616293dcad2d2 100644 (file)
@@ -31,7 +31,7 @@ public class PGcircle extends PGobject implements Serializable, Cloneable
        /*
         * This is the radius
         */
-       double radius;
+       public double radius;
 
        /*
         * @param x coordinate of centre