Skip to content

Commit

Permalink
Update comment on resultType
Browse files Browse the repository at this point in the history
To reflect that it is no longer an abstract method to @OverRide
  • Loading branch information
trevorgerhardt committed Mar 2, 2025
1 parent 24c9162 commit c18abb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public abstract class CsvResultWriter extends BaseResultWriter implements Region
protected final RegionalTask task;

/**
* Override to return an Enum (usable as String) identifying the kind of results recorded by this CSV writer.
* This serves as a filename suffix to distinguish between different CSVs generated by a single regional analysis.
* An Enum (usable as String) identifying the kind of results recorded by this CSV writer. This also serves as a
* filename suffix to distinguish between different CSVs generated by a single regional analysis.
*/
public final CsvResultType resultType;

Expand Down

0 comments on commit c18abb0

Please sign in to comment.