package se.cth.hedgehogphoto.database; /** * * @author Julia * */ public class JpaCommentDao extends JpaDao<Comment, String> implements CommentDao{ }