Skip to content

Commit

Permalink
Merge pull request dropwizard#51 from brianm/patch-1
Browse files Browse the repository at this point in the history
remove unused formal template parameter
  • Loading branch information
codahale committed Mar 12, 2012
2 parents b09017b + 7b57d9c commit 147c4ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ createPeopleTable() ::= <<
create table people (id Serial primary key, fullName varchar(255), jobTitle varchar(100))
>>

findById(id) ::= <<
findById() ::= <<
select id, fullName, jobTitle from people where id = :id
>>

Expand Down

0 comments on commit 147c4ee

Please sign in to comment.