Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv3132

Modified Files:
        Field.java 
Log Message:
generics


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.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- Field.java  1 Dec 2008 17:29:01 -0000       1.39
+++ Field.java  27 Apr 2009 12:00:39 -0000      1.40
@@ -17,7 +17,7 @@
  *
  * @author Pierre van Rooden
  * @author Jaco de Groot
- * @version $Id: Field.java,v 1.39 2008/12/01 17:29:01 michiel Exp $
+ * @version $Id: Field.java,v 1.40 2009/04/27 12:00:39 michiel Exp $
  */
 public interface Field extends Descriptor, Comparable<Field> {
 
@@ -104,7 +104,7 @@
      * @return  a <code>DataType</code>  object describing the constraints on 
this field.
      * @since MMBase-1.8
      */
-    public DataType getDataType();
+    public DataType<?> getDataType();
 
     /**
      * Returns whether this field is part of a unique key (a set of fields 
whose combined content should
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to