summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-20 11:00:34 -0700
committerTim Smith <tsmith@chef.io>2018-09-20 11:00:34 -0700
commit9ceb4153ae1c01badfcb2bd652bf66d15feabd4a (patch)
tree0d504c35bf9f3fafc0bd2a8310339f8bed0a743b
parentc2d168e31a33c37299e25b24fa57851b97340a65 (diff)
downloadchef-9ceb4153ae1c01badfcb2bd652bf66d15feabd4a.tar.gz
Add a tiny bit more yard
Bump when we're going to kill this off so we can search for Chef-15 in the codebase. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/action_class.rb2
-rw-r--r--lib/chef/resource/mount.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/action_class.rb b/lib/chef/resource/action_class.rb
index 1bb3decb75..1c25e3278e 100644
--- a/lib/chef/resource/action_class.rb
+++ b/lib/chef/resource/action_class.rb
@@ -64,7 +64,7 @@ class Chef
@current_resource = current_resource
end
- # XXX: remove in Chef-14
+ # @todo: remove in Chef-15
def self.include_resource_dsl?
true
end
diff --git a/lib/chef/resource/mount.rb b/lib/chef/resource/mount.rb
index 68ecee2335..f3a8af7932 100644
--- a/lib/chef/resource/mount.rb
+++ b/lib/chef/resource/mount.rb
@@ -86,7 +86,7 @@ class Chef
private
# Used by the AIX provider to set fstype to nil.
- # TODO use property to make nil a valid value for fstype
+ # @todo use property to make nil a valid value for fstype
def clear_fstype
@fstype = nil
end