This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 0f7376b Typo
0f7376b is described below
commit 0f7376b64b3d45fd01747f58a5c6436f43c86ccf
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 14 11:42:28 2017 +0000
Typo
---
lib/whimsy/asf/ldap.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index d8674fc..0747386 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -371,7 +371,7 @@ module ASF
# remove weak references
def self.flush_weakrefs
@@weakrefs.each do |attr|
- object.instance_variable_remove(attr)
+ object.remove_instance_variable(attr)
end
@@weakrefs.clear
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].