bug
Class X

java.lang.Object
  extended by bug.X

public class X
extends java.lang.Object


Constructor Summary
Constructor and Description
X()
           
 
Method Summary
Modifier and Type Method and Description
 void foo(java.lang.Object param)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X

public X()
Method Detail

foo

public void foo(java.lang.Object param)