mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
Remove redundant 'class'
This commit is contained in:
@@ -63,7 +63,7 @@ public class UpdateEngine {
|
||||
} catch (Exception e) {
|
||||
throw new UpdateException(
|
||||
String.format(
|
||||
"could not execute update for type %s to version %s in class %s",
|
||||
"could not execute update for type %s to version %s in %s",
|
||||
updateStep.getAffectedDataType(),
|
||||
updateStep.getTargetVersion(),
|
||||
updateStep.getClass()),
|
||||
|
||||
Reference in New Issue
Block a user