Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkaitao committed Mar 31, 2014
2 parents 852cdd2 + 3419e77 commit 2ec152c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public SimpleBaseRepository(JpaEntityInformation<M, ID> entityInformation, Entit

findAllQL = String.format(FIND_QUERY_STRING, entityName);
countAllQL = String.format(COUNT_QUERY_STRING, entityName);
countAllQL = String.format(COUNT_QUERY_STRING, entityName);
}


Expand Down

0 comments on commit 2ec152c

Please sign in to comment.