[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-281) Work should be Work<T>
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Mon Nov 10 05:18:15 EST 2008
[ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31668#action_31668 ]
Hardy Ferentschik commented on HSEARCH-281:
-------------------------------------------
Will we let this change reflect all the way up into FullTextSession?
void index(Object entity) -> <T> void index(T entity)
public void purgeAll(Class<?> entityType) -> public <T> void purgeAll(Class<T> entityType)
...
Otherwise we will have quite a few warning in FullTextSessionImpl.
> Work should be Work<T>
> ----------------------
>
> Key: HSEARCH-281
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-281
> Project: Hibernate Search
> Issue Type: Improvement
> Reporter: Emmanuel Bernard
> Assignee: Hardy Ferentschik
> Priority: Minor
> Fix For: 3.1.0.CR1
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list