henning 2004/10/20 16:05:31
Modified: src/java/org/apache/torque/util Tag: TORQUE_3_1_BRANCH
SqlEnum.java
xdocs Tag: TORQUE_3_1_BRANCH changes.xml
Log:
Make SqlEnum public to support Unit Testing. Should help with TRQS207.
Revision Changes Path
No revision
No revision
1.5.4.4 +3 -3 db-torque/src/java/org/apache/torque/util/SqlEnum.java
Index: SqlEnum.java
===================================================================
RCS file: /home/cvs/db-torque/src/java/org/apache/torque/util/SqlEnum.java,v
retrieving revision 1.5.4.3
retrieving revision 1.5.4.4
diff -u -r1.5.4.3 -r1.5.4.4
--- SqlEnum.java 20 May 2004 04:36:06 -0000 1.5.4.3
+++ SqlEnum.java 20 Oct 2004 23:05:31 -0000 1.5.4.4
@@ -22,11 +22,11 @@
* to build queries. Criteria also makes most of the constants available
* in order to specify a criterion.
*
- * @author <a href="mailto:[EMAIL PROTECTED],net"></a>
+ * @author <a href="mailto:[EMAIL PROTECTED]"></a>
* @version $Id$
* @since 3.0
*/
-class SqlEnum implements java.io.Serializable
+public class SqlEnum implements java.io.Serializable
{
private final String s;
No revision
No revision
1.140.2.14 +5 -1 db-torque/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/changes.xml,v
retrieving revision 1.140.2.13
retrieving revision 1.140.2.14
diff -u -r1.140.2.13 -r1.140.2.14
--- changes.xml 20 Oct 2004 22:48:50 -0000 1.140.2.13
+++ changes.xml 20 Oct 2004 23:05:31 -0000 1.140.2.14
@@ -56,8 +56,12 @@
please not the changes mentioned in the <a
href="oracle-howto.html">Oracle Howto</a>.
</action>
- <action type="update" dev="henning" issue="TRQS222">
+ <action type="update" dev="henning" issue="TRQS215">
Add Torque Reporting to the Maven plugin. Patch contributed by Thierry Lach.
+ </action>
+ <action type="update" dev="henning" issue="TRQS207">
+ Make <code>org.apache.torque.util.SqlEnum</code> public visible. The C'tor is
+ still private, so this should be no problem.
</action>
</release>
<release version="3.1.1-RC3" date="2004-10-16">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]