mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-04-19 23:19:03 +02:00
Removed unnecessary method
This commit is contained in:
parent
497aa61154
commit
38c3c268c0
@ -15,7 +15,7 @@ android {
|
|||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0.6"
|
versionName "1.1.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
consumerProguardFiles 'consumer-rules.pro'
|
consumerProguardFiles 'consumer-rules.pro'
|
||||||
|
@ -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");
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user