1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

fix whitespaces

This commit is contained in:
Marcus Holl 2018-07-09 13:43:00 +02:00
parent 875d221cc3
commit 1d51641cce

View File

@ -2,9 +2,9 @@ package com.sap.piper.cm;
public class ChangeManagementException extends RuntimeException {
private static final long serialVersionUID = -139169285551665766L
private static final long serialVersionUID = -139169285551665766L
ChangeManagementException(String message) {
super(message)
}
ChangeManagementException(String message) {
super(message)
}
}