Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd authored Feb 16, 2024
1 parent 06aace1 commit 5e1ccd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/conveyal/file/UrlWithHumanName.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* so is only appropriate for cases where it doesn't need to be machine discoverable using a UUID. The humanName can
* be used as the download attribute of an HTML link, or as the attachment name in a content-disposition header.
* Instances of this record are intended to be serialized to JSON as an HTTP API response.
* // TODO make this into a class with factory methods and move static cleanFilename method here.
*/
public class UrlWithHumanName {
public final String url;
Expand Down

0 comments on commit 5e1ccd0

Please sign in to comment.