mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-07-02 07:38:00 +02: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