From 13c40e93a5f65255dd3cf93955e83121cc5bb594 Mon Sep 17 00:00:00 2001 From: Rick Bradley Date: Tue, 19 Feb 2008 13:34:55 -0600 Subject: removing obsolete TODO comment --- lib/puppet/network/http/mongrel.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/puppet') 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 -- cgit