mirror of https://github.com/apache/cloudstack.git
Re-run travis
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com> This closes #452
This commit is contained in:
parent
380ac0cf24
commit
acab743aa1
|
|
@ -310,7 +310,7 @@ public class ServiceOfferingVO extends DiskOfferingVO implements ServiceOffering
|
|||
}
|
||||
|
||||
public String getDetail(String name) {
|
||||
return details != null ? details.get(name) : null;
|
||||
return details != null ? details.get(name) : null ;
|
||||
}
|
||||
|
||||
public void setDetail(String name, String value) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue