(PDOC-19) Fix merge mistakes

* An empty file got added back in the chaos. Delete it again.
* One of the comments was out of date.
This commit is contained in:
Ian Kronquist 2015-07-15 16:35:26 -07:00
parent c4b1d0d10d
commit 37d5d08271
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class PuppetX::PuppetLabs::Strings::YARD::Handlers::HostClassHandler < PuppetX::
begin begin
param_type_info[pop_param.name] = tp.interpret_any(pop_param.type_expr) param_type_info[pop_param.name] = tp.interpret_any(pop_param.type_expr)
rescue Puppet::ParseError rescue Puppet::ParseError
# If the type could not be interpreted, default to type Any # If the type could not be interpreted insert a prominent warning
param_type_info[pop_param.name] = "TypeError - " + param_type_info[pop_param.name] = "TypeError - " +
"#{pop_param.type_expr} isn't a valid type." "#{pop_param.type_expr} isn't a valid type."
end end

View File