Removed unnecessary method

This commit is contained in:
2020-01-11 00:43:41 +01:00
parent 497aa61154
commit 38c3c268c0
2 changed files with 1 additions and 10 deletions

View File

@ -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");
}
}