Skip to content

Commit df7314a

Browse files
itakurahvil02
andauthored
Update src/main/java/com/thealgorithms/datastructures/graphs/BoruvkaAlgorithm.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
1 parent 05241ca commit df7314a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/graphs/BoruvkaAlgorithm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static class Graph {
6262
/**
6363
* Represents a subset for Union-Find operations
6464
*/
65-
static class Component {
65+
private static class Component {
6666
int parent;
6767
int rank;
6868

0 commit comments

Comments
 (0)