 645f9fc5e3
			
		
	
	
		645f9fc5e3
		
	
	
	
	
		
			
			Renamed to Utils.copyQuietly() and Utils.symlinkOrCopyFileQuietly(). The copy(File, File) method gobbles up IOExceptions, whereas the other copy(InputStream, OupputStream) method doesn't. This could cause confusion, whereas developers using one may not realise it is is gobblign their exceptions.