ItEr51S04ValidacionEProbasFuncionaisItEr50S04: Moving ConcurrentModificationController to its own package.

This commit is contained in:
Óscar González Fernández 2010-03-16 12:48:28 +01:00
parent bc951b612c
commit dd5a306f28
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.navalplanner.web.common;
package org.navalplanner.web.common.concurrentdetection;
import javax.servlet.http.HttpServletRequest;

View file

@ -27,7 +27,7 @@
<!--caption>
Erro ${requestScope['javax.servlet.error.status_code']}
</caption-->
<vbox apply="org.navalplanner.web.common.ConcurrentModificationController"
<vbox apply="org.navalplanner.web.common.concurrentdetection.ConcurrentModificationController"
sclass="errorbox">
<label value="${i18n:_('Another user has modified the same data, so the operation can\'t be safely completed.')}" />
<label value="${i18n:_('Please try it again.')}" />