Skip to content

Commit 9bad1ba

Browse files
author
tw
committed
bugfix
1 parent 8e12371 commit 9bad1ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/woehlke/twitterwall/oodm/model/UserList.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
query = "SELECT count(*) AS z FROM userlist_subcriber"
4343
),
4444
@NamedNativeQuery(
45-
query = "SELECT count(*) AS z FROM userlist_members"
45+
name = "UserList.countUserList2Members",
46+
query = "SELECT count(*) AS z FROM userlist_members"
4647
)
4748
})
4849
@EntityListeners(UserListListener.class)

0 commit comments

Comments
 (0)