mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
Correct Typo
This commit is contained in:
@@ -221,7 +221,7 @@ public abstract class AbstractManagerResource<T extends ModelObject,
|
|||||||
{
|
{
|
||||||
Response response = null;
|
Response response = null;
|
||||||
|
|
||||||
preUpate(item);
|
preUpdate(item);
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@@ -432,7 +432,7 @@ public abstract class AbstractManagerResource<T extends ModelObject,
|
|||||||
*
|
*
|
||||||
* @param item
|
* @param item
|
||||||
*/
|
*/
|
||||||
protected void preUpate(T item) {}
|
protected void preUpdate(T item) {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method description
|
* Method description
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ public class UserResource extends AbstractManagerResource<User, UserException>
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void preUpate(User user)
|
protected void preUpdate(User user)
|
||||||
{
|
{
|
||||||
if (DUMMY_PASSWORT.equals(user.getPassword()))
|
if (DUMMY_PASSWORT.equals(user.getPassword()))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user