Modify include

bug/bundler_fix
jvazquez-r7 2015-02-10 10:59:56 -06:00
parent dba67bd1ee
commit 6e635211b3
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module Msf
module Mbean
require 'msf/java/jmx/mbean/server_connection'
include Msf::Jmx::Mbean::ServerConnection
include Msf::Java::Jmx::Mbean::ServerConnection
end
end
end