Incorrect case with findByID method name in Android documentation

Android SDK documentation - Data - Basic Search - Find contact by ID: - Synchronous call: - Sample code’s findById() API name is incorrect.

-> http://backendless.com/documentation/data/android/data_basic_search.htm

Occurrences of:

findByID ==> findById

Contact lastContact = Backendless.Persistence.of( Contact.class ).findByID( savedContact.getObjectId() );
==>
Contact lastContact = Backendless.Persistence.of( Contact.class ).findById( savedContact.getObjectId() );

Hi, Simon.

Thanks, we will change it.

Regards,
Kate.