Skip to content

Commit

Permalink
docs: jsdoc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 19, 2024
1 parent 3ceef06 commit 20ed2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/remote/remoteSourceTrackingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class RemoteSourceTrackingService {
}

/**
* pass in a set of metadata keys (type__name like 'ApexClass__MyClass').\
* pass in a series of SDR FilResponses .\
* it sets their last retrieved revision to the current revision counter from the server.
*/
public async syncSpecifiedElements(elements: RemoteSyncInput[]): Promise<void> {
Expand Down Expand Up @@ -382,7 +382,7 @@ ${formatSourceMemberWarnings(outstandingSourceMembers)}`
}

/**
* Adds the given SourceMembers to the list of tracked MemberRevisions, optionally updating
* Adds the given SourceMembers to the list of tracked MemberRevisions, optionally updating
* the lastRetrievedFromServer field (sync), and persists the changes to maxRevision.json.
*/
private async trackSourceMembers(sourceMembers: SourceMember[], sync = false): Promise<void> {
Expand Down

0 comments on commit 20ed2b5

Please sign in to comment.