mirror of
				https://github.com/AdrianKuta/Tree-Data-Structure.git
				synced 2025-11-04 02:43:40 +01:00 
			
		
		
		
	Removed unnecessary method
This commit is contained in:
		@@ -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");
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user