Overridden methods in the autocomplete comp should be protected.

This commit is contained in:
Tom Vahlman 2012-03-29 17:57:53 +02:00
parent 34abb38d39
commit 9ef1b7381f

@ -17,7 +17,6 @@ import java.util.Iterator;
*
* private static final long serialVersionUID = 1L;
*
* @Override
* protected void action(AjaxRequestTarget pTarget, Employee newSelection) {
* System.out.println(newSelection.getNameAsString());
* }