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:
parent
875d221cc3
commit
1d51641cce
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user