Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv6647
Modified Files:
Field.java
Log Message:
Rolled back that, it gives many problems
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
Index: Field.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Field.java,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- Field.java 27 Apr 2009 12:00:39 -0000 1.40
+++ Field.java 27 Apr 2009 14:24:24 -0000 1.41
@@ -17,7 +17,7 @@
*
* @author Pierre van Rooden
* @author Jaco de Groot
- * @version $Id: Field.java,v 1.40 2009/04/27 12:00:39 michiel Exp $
+ * @version $Id: Field.java,v 1.41 2009/04/27 14:24:24 michiel Exp $
*/
public interface Field extends Descriptor, Comparable<Field> {
@@ -104,7 +104,11 @@
* @return a <code>DataType</code> object describing the constraints on
this field.
* @since MMBase-1.8
*/
- public DataType<?> getDataType();
+ public DataType getDataType();
+
+ // public DataType<?> getDataType(); // This opens a can of worms
+
+
/**
* Returns whether this field is part of a unique key (a set of fields
whose combined content should
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs