Skip to content

Commit

Permalink
Fix: Correct the import class for issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie H Ye authored Jan 10, 2020
1 parent d2d7c78 commit aa8e99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/buggy_java_programs/MINIMUM_SPANNING_TREE.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import java.util.*;
import java.util.Map.Entry;

import java_programs.Node;
import java_programs.WeightedEdge;
import buggy_java_programs.Node;
import buggy_java_programs.WeightedEdge;
/**
* Minimum spanning tree
*/
Expand Down

0 comments on commit aa8e99f

Please sign in to comment.