Skip to content

Commit

Permalink
Remove left-over Javadoc params from Java class generator
Browse files Browse the repository at this point in the history
  • Loading branch information
qerub committed Aug 31, 2012
1 parent aeef1b8 commit 1c184c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ruby/shared/jruby/compiler/java_class.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -443,9 +443,6 @@ def constructor_string
* Default constructor. Invokes this(Ruby, RubyClass) with the classloader-static * Default constructor. Invokes this(Ruby, RubyClass) with the classloader-static
* Ruby and RubyClass instances assocated with this class, and then invokes the * Ruby and RubyClass instances assocated with this class, and then invokes the
* no-argument 'initialize' method in Ruby. * no-argument 'initialize' method in Ruby.
*
* @param ruby The JRuby instance this object will belong to
* @param metaclass The RubyClass representing the Ruby class of this object
*/ */
public #{name}() { public #{name}() {
this(__ruby__, __metaclass__); this(__ruby__, __metaclass__);
Expand Down

0 comments on commit 1c184c6

Please sign in to comment.