Skip to content

Commit

Permalink
fix #764.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshahid committed Sep 20, 2012
1 parent bd47248 commit a2cea74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/java/nokogiri/XmlNamespace.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public void init(Attr attr, IRubyObject prefix, IRubyObject href, String prefixS
this.href = href;
this.prefixString = prefixString;
this.hrefString = hrefString;
this.attr.setUserData(CACHED_NODE, this, null);
setInstanceVariable("@document", xmlDocument);
}

Expand Down

0 comments on commit a2cea74

Please sign in to comment.