aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-05-24 10:13:27 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-05-24 10:13:27 +0530
commited4f2b9862a46c2a486a4ebcb4e7c706b5e0fd30 (patch)
tree9ce8b154c9a6ac1ee90b9f58220ef384a7be2c1f /activesupport
parent9dabbd0cfff95364d7d9e582b2a69fca2342c2b2 (diff)
downloadrails-ed4f2b9862a46c2a486a4ebcb4e7c706b5e0fd30.tar.gz
rails-ed4f2b9862a46c2a486a4ebcb4e7c706b5e0fd30.tar.bz2
rails-ed4f2b9862a46c2a486a4ebcb4e7c706b5e0fd30.zip
import to java_import.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/testing/performance/jruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/testing/performance/jruby.rb b/activesupport/lib/active_support/testing/performance/jruby.rb
index 6b27959840..326904bbac 100644
--- a/activesupport/lib/active_support/testing/performance/jruby.rb
+++ b/activesupport/lib/active_support/testing/performance/jruby.rb
@@ -1,6 +1,6 @@
require 'jruby/profiler'
require 'java'
-import java.lang.management.ManagementFactory
+java_import java.lang.management.ManagementFactory
module ActiveSupport
module Testing