Re-run travis

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

This closes #450
This commit is contained in:
Rafael da Fonseca 2015-06-15 17:36:46 +02:00 committed by Daan Hoogland
parent b3d49d9135
commit 5a3e57e6b2
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ public class DataCenterVO implements DataCenter {
}
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) {