Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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; | ... | ... |