サンプル

public class ClassA {
protected void finalize (int i)
throws Throwable {

super.finalize();
}
}

ソリューション
finalize() メソッドを多重定義しないでください。