Skip to content

Commit

Permalink
Add speculative comment in PB::Model::Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Broadwell committed Nov 20, 2013
1 parent 87d6d28 commit 82af612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/PB/Model/Generator.pm
Expand Up @@ -85,6 +85,7 @@ class PB::Model::Generator {
{ Int }
when 'string' { Str }
when 'bytes' { buf8 }
# XXXX: Should this be PB::Message instead of Any?
default { Any }
};

Expand Down

0 comments on commit 82af612

Please sign in to comment.