[637] Fix NPE when actionHistory is null (#638)
Signed-off-by: Domenico Briganti <briganti.domenico@gmail.com>
This commit is contained in:
committed by
Kai Zimmermann
parent
c64a2e7ecc
commit
2d24da598f
@@ -76,7 +76,7 @@ public class DdiDeploymentBase extends ResourceSupport {
|
|||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "DeploymentBase [id=" + deplyomentId + ", deployment=" + deployment + " actionHistory="
|
return "DeploymentBase [id=" + deplyomentId + ", deployment=" + deployment + " actionHistory="
|
||||||
+ actionHistory.toString() + "]";
|
+ actionHistory + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user