aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/sax2listener.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/sax2listener.rb')
-rw-r--r--lib/rexml/sax2listener.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/sax2listener.rb b/lib/rexml/sax2listener.rb
index ce4435d345..9f276eb4ed 100644
--- a/lib/rexml/sax2listener.rb
+++ b/lib/rexml/sax2listener.rb
@@ -73,7 +73,7 @@ module REXML
def entitydecl declaration
end
# <!NOTATION ...>
- def notationdecl content
+ def notationdecl name, public_or_system, public_id, system_id
end
# Called when <![CDATA[ ... ]]> is encountered in a document.
# @p content "..."