Skip to content

Commit

Permalink
Merge pull request #23 from yamlin/master
Browse files Browse the repository at this point in the history
Fix the issue #22
  • Loading branch information
boynton authored Feb 11, 2017
2 parents fc4ff25 + 004ff48 commit 7284352
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rdl/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -2049,9 +2049,6 @@ func (p *parser) parseResource(comment string) *Resource {
ok = true
}
}
if !ok {
p.error(r.Method + " on a resource with no corresponding input parameter")
}
}
return r
}
Expand Down

0 comments on commit 7284352

Please sign in to comment.