mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
Allow public access to radius field to match other geometric types
behavior. Per report from Declan Lynch.
This commit is contained in:
parent
8d86b89ec0
commit
e6e814c2b1
@ -7,7 +7,7 @@
|
|||||||
* Copyright (c) 2003, PostgreSQL Global Development Group
|
* Copyright (c) 2003, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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
|
* This is the radius
|
||||||
*/
|
*/
|
||||||
double radius;
|
public double radius;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @param x coordinate of centre
|
* @param x coordinate of centre
|
||||||
|
Loading…
x
Reference in New Issue
Block a user