diff options
author | Rick Bradley <rick@rickbradley.com> | 2008-02-19 13:34:55 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-04-11 13:10:33 -0500 |
commit | 13c40e93a5f65255dd3cf93955e83121cc5bb594 (patch) | |
tree | 2fd795b9a0d90b7a9276f792e842cd05072b6a4a /lib | |
parent | 2cdd0f89a8d6687fafa77bf119cf2bbeed9d5b71 (diff) | |
download | puppet-13c40e93a5f65255dd3cf93955e83121cc5bb594.tar.gz puppet-13c40e93a5f65255dd3cf93955e83121cc5bb594.tar.xz puppet-13c40e93a5f65255dd3cf93955e83121cc5bb594.zip |
removing obsolete TODO comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/network/http/mongrel.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/network/http/mongrel.rb b/lib/puppet/network/http/mongrel.rb index 8ea669531..4593f6569 100644 --- a/lib/puppet/network/http/mongrel.rb +++ b/lib/puppet/network/http/mongrel.rb @@ -45,7 +45,6 @@ class Puppet::Network::HTTP::Mongrel end end - # TODO/FIXME: need a spec which forces delegation to the real class def class_for_protocol(protocol) return Puppet::Network::HTTP::MongrelREST if protocol.to_sym == :rest return Puppet::Network::HTTP::MongrelXMLRPC if protocol.to_sym == :xmlrpc |