Remove redundant 'class'

This commit is contained in:
René Pfeuffer
2019-07-01 10:57:11 +02:00
parent 13f15bc1d0
commit cedf5019b0

View File

@@ -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()),