mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Added note that explains that unused code was removed.
This commit is contained in:
		| @@ -24,6 +24,10 @@ import java.util.regex.Pattern; | ||||
|  * Commonly used regular expression patterns. | ||||
|  */ | ||||
| public final class PatternsCompat { | ||||
|     //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||||
|     // CHANGED: Removed unused code // | ||||
|     //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||||
|  | ||||
|     public static final Pattern IP_ADDRESS = Pattern.compile( | ||||
|             "((25[0-5]|2[0-4][0-9]|[0-1][0-9]{2}|[1-9][0-9]|[1-9])\\.(25[0-5]|2[0-4]" | ||||
|                     + "[0-9]|[0-1][0-9]{2}|[1-9][0-9]|[1-9]|0)\\.(25[0-5]|2[0-4][0-9]|[0-1]" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex