Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "DataSqueezer" page has been changed by newacct.
http://wiki.apache.org/tapestry/DataSqueezer?action=diff&rev1=5&rev2=6

--------------------------------------------------

        entries.add(new Entry(null, "", ""));
      }
      
-     public <T extends DataObject> void add(List<T> entities)
+     public void add(List<? extends DataObject> entities)
      {
-       for (T entity : entities)
+       for (DataObject entity : entities)
        {
                String value = adaptor.squeeze(null, entity);
                String label = entity.toString();

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to