ItEr51S04ValidacionEProbasFuncionaisItEr50S04: Moving ConcurrentModificationController to its own package.
This commit is contained in:
parent
bc951b612c
commit
dd5a306f28
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
@ -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.')}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue