Author: adrianc
Date: Mon Oct 19 00:14:48 2015
New Revision: 1709339
URL:
http://svn.apache.org/viewvc?rev=1709339&view=revLog:
Updated documentation, no functional change.
Modified:
ofbiz/trunk/framework/entity/dtd/fieldtypemodel.xsd
Modified: ofbiz/trunk/framework/entity/dtd/fieldtypemodel.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/dtd/fieldtypemodel.xsd?rev=1709339&r1=1709338&r2=1709339&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/dtd/fieldtypemodel.xsd (original)
+++ ofbiz/trunk/framework/entity/dtd/fieldtypemodel.xsd Mon Oct 19 00:14:48 2015
@@ -44,7 +44,7 @@ under the License.
or PreparedStatement setXxx methods).
</xs:documentation></xs:annotation>
<!-- Developers Note: SQL type to Java type mapping taken from
-
http://java.sun.com/j2se/1.4.2/docs/guide/jdbc/getstart/mapping.html -->
+
https://docs.oracle.com/javase/1.5.0/docs/guide/jdbc/getstart/mapping.html -->
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="byte[]">