Mercurial > pub > Impl
diff Lib/IMPL/DOM/Schema/SwitchNode.pm @ 238:b8c724f6de36
DOM model refactoring
TT view refactoring, controls are no longer derived from DOM nodes
bugfixes
author | sergey |
---|---|
date | Tue, 16 Oct 2012 01:33:06 +0400 |
parents | 2904da230022 |
children | 5aff94ba842f |
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/SwitchNode.pm Mon Oct 15 17:39:12 2012 +0400 +++ b/Lib/IMPL/DOM/Schema/SwitchNode.pm Tue Oct 16 01:33:06 2012 +0400 @@ -24,7 +24,7 @@ sub CTOR { my ($this,%args) = @_; - $this->messageNoMatch($args{messageNoMatch} || 'A node %Node.nodeName% isn\'t expected in the %Parent.path%'); + $this->messageNoMatch($args{messageNoMatch} || 'A node %node.nodeName% isn\'t expected in the %parent.path%'); } sub Validate {