Commit 96c9dbd69888a7862a1ff938ae6ad897b88af9e8

Authored by Chris Eykamp
1 parent ddb69646

Fix indentation

... ... @@ -63,7 +63,7 @@ public class Customer extends ContactBased<CustomerId> implements HasName {
63 63
64 64 public boolean isPublic() {
65 65 if (getAdditionalInfo() != null && getAdditionalInfo().has("isPublic")) {
66   - return getAdditionalInfo().get("isPublic").asBoolean();
  66 + return getAdditionalInfo().get("isPublic").asBoolean();
67 67 }
68 68
69 69 return false;
... ...