Пример

public class ClassA {
private void testMethod () {
}
}


Решение
Удалите неиспользуемый private метод.