diff --git a/docs/xml/Java.Sql/DriverPropertyInfo.xml b/docs/xml/Java.Sql/DriverPropertyInfo.xml
index adf9b9ef1..a3ee24a66 100644
--- a/docs/xml/Java.Sql/DriverPropertyInfo.xml
+++ b/docs/xml/Java.Sql/DriverPropertyInfo.xml
@@ -137,7 +137,7 @@
An array of possible values if the value for the field
DriverPropertyInfo.value may be selected
from a particular set of values; otherwise null.
- To be added.
+ An array of permitted values, or null when the property is unrestricted.
An array of possible values if the value for the field
DriverPropertyInfo.value may be selected
@@ -177,7 +177,7 @@
A brief description of the property, which may be null.
- To be added.
+ A brief description of the property, or null.
A brief description of the property, which may be null.
@@ -250,7 +250,7 @@
The name of the property.
- To be added.
+ The name of the property.
The name of the property.
@@ -290,7 +290,7 @@
The required field is true if a value must be
supplied for this property
during Driver.connect and false otherwise.
- To be added.
+ Whether a value must be supplied during Driver.connect.
The required field is true if a value must be
supplied for this property
@@ -399,7 +399,7 @@
the property, based on a combination of the information
supplied to the method getPropertyInfo, the
Java environment, and the driver-supplied default values.
- To be added.
+ The current property value, or null when no value is known.
The value field specifies the current value of
the property, based on a combination of the information