Skip to content

Commit

Permalink
Add note on "Dependency" being a class
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Apr 6, 2024
1 parent d1af139 commit a68d5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/ng/packaging/Dependency.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

/**
* A project dependency along with some metadata.
*
* FIXME: Remember to convert back to a record when we re-upgrade to JDK 17 (or more likely, 21)
*/

public class Dependency {
Expand Down

0 comments on commit a68d5c4

Please sign in to comment.