Community
Participate
Working Groups
20030520 class A{ public void foo(){} } class B extends A{ void foo(){}//error here } we should have a quick fix for that - change visibility to public
fixed > 20040319