summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/user_identity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/user_identity.rb')
-rw-r--r--lib/chef/mixin/user_identity.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/mixin/user_identity.rb b/lib/chef/mixin/user_identity.rb
index c037adb441..8cb8f72ed6 100644
--- a/lib/chef/mixin/user_identity.rb
+++ b/lib/chef/mixin/user_identity.rb
@@ -1,6 +1,6 @@
#
# Author:: Adam Edwards (<adamed@chef.io>)
-# Copyright:: Copyright (c) 2015 Chef Software, Inc.
+# Copyright:: Copyright (c) 2016 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -71,10 +71,10 @@ class Chef
{ domain: domain, user: user }
end
- protected(:validate_identity)
- protected(:validate_identity_platform)
- protected(:validate_identity_syntax)
- protected(:qualify_user)
+ private(:validate_identity)
+ private(:validate_identity_platform)
+ private(:validate_identity_syntax)
+ private(:qualify_user)
end
end