ItEr28S08CUConsultaModelosDePlanificacionItEr27S08: [FixBug] Remove reference to Autobox component

This commit is contained in:
Diego Pino Garcia 2009-10-06 12:43:04 +02:00 committed by Javier Moran Rua
parent a5d91c77a8
commit a35981daf8
2 changed files with 2 additions and 2 deletions

View file

@ -453,7 +453,7 @@ public class WorkReportCRUDController extends GenericForwardComposer implements
}
/**
* Append a Autobox @{link Resource} to listItem
* Append a Autocomplete @{link Resource} to listItem
*
* @param listItem
*/

View file

@ -25,7 +25,7 @@
<component>
<component-name>autocomplete</component-name>
<component-class>org.navalplanner.web.common.components.Autobox</component-class>
<component-class>org.navalplanner.web.common.components.Autocomplete</component-class>
<extends>combobox</extends>
</component>