Title: "never used" error?

Hi,

The following class generated a "never used" warning on the private variable:

Final class ClassA

{

        private Manager manager;

        ClassA(Manager manage)

        {

                this.manager = manager;

                ... ...

        }

}


is this the expected behavior?


Thanks,

Mike Liu


Reply via email to