Skip to content

Commit

Permalink
make baseDocUrl private
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-zhang-at-salesforce committed Dec 13, 2024
1 parent 1290005 commit d449731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsp/server/diagnostics/DiagnosticProducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Diagnostic } from 'vscode-languageserver/node';
import { TextDocument } from 'vscode-languageserver-textdocument';

export abstract class DiagnosticProducer<T> {
baseDocUrl: string;
private baseDocUrl: string;

constructor(baseDocUrl: string) {
this.baseDocUrl = baseDocUrl;
Expand Down

0 comments on commit d449731

Please sign in to comment.