Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update comment
  • Loading branch information
Ahmed Yarub Hani Al Nuaimi committed Apr 23, 2024
1 parent a28e51f commit 9aa305e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

/** Parses and writes project views. */
public class ProjectViewParser {
public static final int TEMPORARY_LINE_NUMBER = -1; // On ly use if you are creating a ProjectView and then you would create a file using print() statements
public static final int TEMPORARY_LINE_NUMBER = -1; // On ly use if you are creating a ProjectView, and then you would parse the persisted string to generate a ProjectVew file with valid line numbers
private final BlazeContext context;
private final WorkspacePathResolver workspacePathResolver;
private final boolean recursive;
Expand Down

0 comments on commit 9aa305e

Please sign in to comment.