mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-31 08:33:57 +01:00
Warning hunt. Dialogue sketch I/O progress. Sketch creation from
existing Dialogue begins.
This commit is contained in:
@@ -55,7 +55,8 @@ public class FilteredSpanningTree extends Tree {
|
||||
* unweighted breadth first traversal to build the spanning tree.
|
||||
* @param root the root node of the spanning tree
|
||||
*/
|
||||
public void buildSpanningTree(Node root) {
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
public void buildSpanningTree(Node root) {
|
||||
// re-use a previously allocated tree if possible
|
||||
super.clearEdges();
|
||||
super.setRoot(root);
|
||||
|
||||
Reference in New Issue
Block a user