Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
noyshabtay committed Nov 28, 2023
1 parent 922ab88 commit 435e8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/jfrog/ide/common/deptree/DepTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
/**
* Represents a dependency tree.
*
* @param rootId - The root node ID
* @param nodes - A map of the nodes in the tree by their component IDs
* @param rootId The root node ID
* @param nodes A map of the nodes in the tree by their component IDs
*/
public record DepTree(String rootId, Map<String, DepTreeNode> nodes) {

Expand Down

0 comments on commit 435e8ea

Please sign in to comment.