lib/hornetq/uri.rb in jruby-hornetq-0.3.2 vs lib/hornetq/uri.rb in jruby-hornetq-0.3.3
- old
+ new
@@ -55,9 +55,9 @@
def [](key)
@params[key]
end
def backup?
- !!@params[:backup]
+ !!@params['backup']
end
end
end
\ No newline at end of file