lib/openwfe/expressions/raw_xml.rb in openwferu-0.9.4 vs lib/openwfe/expressions/raw_xml.rb in openwferu-0.9.5

- old
+ new

@@ -64,16 +64,16 @@ @raw_representation_s = raw_representation.to_s end def raw_representation - synchronize do - if not @raw_representation - @raw_representation = \ - REXML::Document.new(@raw_representation_s).root - end - return @raw_representation + #synchronize do + if not @raw_representation + @raw_representation = \ + REXML::Document.new(@raw_representation_s).root end + return @raw_representation + #end end protected def extract_attributes ()