Switched from commons-lang3 to commons-text
This commit is contained in:
		@@ -32,7 +32,7 @@ dependencies {
 | 
			
		||||
    compile 'org.slf4j:slf4j-simple'
 | 
			
		||||
    compile 'args4j:args4j'
 | 
			
		||||
    compile 'com.h2database:h2'
 | 
			
		||||
    compile 'org.apache.commons:commons-lang3'
 | 
			
		||||
    compile 'org.apache.commons:commons-text'
 | 
			
		||||
    testCompile 'junit:junit'
 | 
			
		||||
    testCompile 'com.nhaarman:mockito-kotlin'
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -22,7 +22,7 @@ import ch.dissem.bitmessage.entity.Plaintext;
 | 
			
		||||
import ch.dissem.bitmessage.entity.payload.Pubkey;
 | 
			
		||||
import ch.dissem.bitmessage.entity.valueobject.Label;
 | 
			
		||||
import ch.dissem.bitmessage.entity.valueobject.extended.Message;
 | 
			
		||||
import org.apache.commons.lang3.text.WordUtils;
 | 
			
		||||
import org.apache.commons.text.WordUtils;
 | 
			
		||||
import org.slf4j.Logger;
 | 
			
		||||
import org.slf4j.LoggerFactory;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user