mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 06:35:09 +00:00
Re-indent example packet comments
This commit is contained in:
@@ -72,10 +72,11 @@ public class ContactsPlugin extends Plugin {
|
|||||||
* then, for each UID, there shall be a field with the key of that UID and the value of the name of the contact
|
* then, for each UID, there shall be a field with the key of that UID and the value of the name of the contact
|
||||||
* <p>
|
* <p>
|
||||||
* For example:
|
* For example:
|
||||||
* ( 'uids' : ['1', '3', '15'],
|
* { 'uids' : ['1', '3', '15'],
|
||||||
* '1' : 'John Smith',
|
* '1' : 'John Smith',
|
||||||
* '3' : 'Abe Lincoln',
|
* '3' : 'Abe Lincoln',
|
||||||
* '15' : 'Mom' )
|
* '15' : 'Mom'
|
||||||
|
* }
|
||||||
*/
|
*/
|
||||||
private static final String PACKET_TYPE_CONTACTS_RESPONSE_VCARDS = "kdeconnect.contacts.response_vcards";
|
private static final String PACKET_TYPE_CONTACTS_RESPONSE_VCARDS = "kdeconnect.contacts.response_vcards";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user