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 1b0e5621095434343e5159f408669c032c4a7aff..53cfa817bf6a47184ce6e619ee90cc55805eaf17 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (c) 2003, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/geometric/Attic/PGcircle.java,v 1.6 2003/09/13 04:02:14 barry Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/geometric/Attic/PGcircle.java,v 1.6.2.1 2004/05/07 05:28:22 jurka Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -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