aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKris Jurka <books@ejurka.com>2004-05-07 05:28:22 +0000
committerKris Jurka <books@ejurka.com>2004-05-07 05:28:22 +0000
commite6e814c2b16beababb0b9717f81e0103a6ac8984 (patch)
tree917a353a7cfa7ca2c2ccb266e2b66d4cee284acc /src
parent8d86b89ec0360d00826003a5a404a3b0bb73911d (diff)
downloadpostgresql-e6e814c2b16beababb0b9717f81e0103a6ac8984.tar.gz
postgresql-e6e814c2b16beababb0b9717f81e0103a6ac8984.zip
Allow public access to radius field to match other geometric types
behavior. Per report from Declan Lynch.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/jdbc/org/postgresql/geometric/PGcircle.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/geometric/PGcircle.java b/src/interfaces/jdbc/org/postgresql/geometric/PGcircle.java
index 1b0e5621095..53cfa817bf6 100644
--- a/src/interfaces/jdbc/org/postgresql/geometric/PGcircle.java
+++ b/src/interfaces/jdbc/org/postgresql/geometric/PGcircle.java
@@ -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