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) {
|
} catch (Exception e) {
|
||||||
throw new UpdateException(
|
throw new UpdateException(
|
||||||
String.format(
|
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.getAffectedDataType(),
|
||||||
updateStep.getTargetVersion(),
|
updateStep.getTargetVersion(),
|
||||||
updateStep.getClass()),
|
updateStep.getClass()),
|
||||||
|
|||||||
Reference in New Issue
Block a user