Skip to content

Commit

Permalink
remove java-sources from git
Browse files Browse the repository at this point in the history
change from setUserId to setUserID for parity
  • Loading branch information
brian garcía committed Jan 14, 2019
1 parent b3a1a39 commit 5b81de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android/.classpath
android/.settings
android/dist/
android/launch-*
android/java-sources.txt
nbproject
/metadata.json
ios/firebase.analytics-iphone-*.zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void setUserPropertyString(KrollDict parameters)
}

@Kroll.method @Kroll.setProperty
public void setUserId(String id)
public void setUserID(String id)
{
this.analyticsInstance().setUserId(id);
}
Expand Down

0 comments on commit 5b81de9

Please sign in to comment.