commenthread

git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@464 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
joha-asc 2011-03-24 10:22:35 +00:00
parent 63fc8c7971
commit 53d5b70a2f

@ -16,6 +16,6 @@ import se.su.dsv.scipro.data.dataobjects.CommentThread;
public interface CommentThreadDao extends Dao<CommentThread>{
public CommentThread getCommentThreadByClassAndId(final String className, final long classId);
public Comment getCommentThreadByComment(final Comment comment);
public CommentThread getCommentThreadByComment(final Comment comment);
}