Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Fix literal wrapping in comparison expressions #12022

Merged
merged 1 commit into from
May 29, 2018

Conversation

tobrun
Copy link
Member

@tobrun tobrun commented May 29, 2018

Closes #12021

@tobrun tobrun added the Android Mapbox Maps SDK for Android label May 29, 2018
@tobrun tobrun added this to the android-v6.2.0 milestone May 29, 2018
@tobrun tobrun self-assigned this May 29, 2018
@tobrun tobrun requested a review from LukasPaczos May 29, 2018 11:11
@tobrun tobrun changed the title [android] - fix literal wrapping in comparission expressions Fix literal wrapping in comparison expressions May 29, 2018
@@ -180,6 +180,8 @@ public static Expression literal(boolean bool) {
public static Expression literal(@NonNull Object object) {
if (object.getClass().isArray()) {
return literal(ExpressionArray.toObjectArray(object));
} else if(object instanceof Expression){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - missing spaces

@tobrun tobrun force-pushed the tvn-expression-literal-typing branch from b593e9a to 29c52c1 Compare May 29, 2018 13:34
@tobrun tobrun merged commit 83ebd5f into master May 29, 2018
@tobrun tobrun deleted the tvn-expression-literal-typing branch May 29, 2018 13:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants