Update SpServerError.java typo (#1831)
This commit is contained in:
committed by
GitHub
parent
0e4307059b
commit
172df72e4e
@@ -36,7 +36,7 @@ public enum SpServerError {
|
|||||||
"hawkbit.server.error.repo.invalidTargetAddress",
|
"hawkbit.server.error.repo.invalidTargetAddress",
|
||||||
"The target address is not well formed"),
|
"The target address is not well formed"),
|
||||||
SP_REPO_ENTITY_NOT_EXISTS(
|
SP_REPO_ENTITY_NOT_EXISTS(
|
||||||
"hawkbit.server.error.repo.entitiyNotFound",
|
"hawkbit.server.error.repo.entityNotFound",
|
||||||
"The given entity does not exist in the repository"),
|
"The given entity does not exist in the repository"),
|
||||||
SP_REPO_CONCURRENT_MODIFICATION(
|
SP_REPO_CONCURRENT_MODIFICATION(
|
||||||
"hawkbit.server.error.repo.concurrentModification",
|
"hawkbit.server.error.repo.concurrentModification",
|
||||||
|
|||||||
Reference in New Issue
Block a user