Files
metasploit-gs/lib/rex/java/serialization/model/null_reference.rb
T

12 lines
172 B
Ruby
Raw Normal View History

2014-12-10 09:52:23 -06:00
# -*- coding: binary -*-
2014-12-01 19:07:45 -06:00
module Rex
module Java
module Serialization
module Model
class NullReference < Element
end
end
end
end
end