Skip to content

Commit

Permalink
[JavaToolInsteller] Fixed code review points.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Dobrodeev committed Jul 8, 2020
1 parent 649d42a commit ba07852
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface IDirectoriesDictionary {
}

export class JavaFilesExtractor {
readonly ERR_SHARE_ACCESS = -4094;
private readonly ERR_SHARE_ACCESS = -4094;
public destinationFolder: string;
public readonly win: boolean;

Expand Down

0 comments on commit ba07852

Please sign in to comment.