1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Fix compiling in Eclipse

This commit is contained in:
Rob Winch
2014-09-16 09:54:45 -05:00
parent 39d544b901
commit 02c3565e22
18 changed files with 11 additions and 41 deletions
@@ -26,7 +26,6 @@ import java.util.List;
*/
@Repository
public interface SecurityMessageRepository extends MessageRepository {
@Override
@Query("select m from Message m where m.to.id = ?#{ principal?.id }")
List<Message> findAll();
}