mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2026-02-03 11:00:41 +01:00
Removed unnecessary method
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
package com.github.adriankuta.datastructure.tree;
|
||||
|
||||
public class Temp {
|
||||
|
||||
public static void main(String[] args) {
|
||||
TreeNode<String> temp = new TreeNode<>("Test");
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user