Re-run travis

Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>

This closes #452
This commit is contained in:
Rafael da Fonseca 2015-06-15 17:35:39 +02:00 committed by Daan Hoogland
parent 380ac0cf24
commit acab743aa1
1 changed files with 1 additions and 1 deletions

View File

@ -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) {