|  | @@ -131,11 +131,6 @@ public class RetentionLeaseBackgroundSyncAction extends TransportReplicationActi
 | 
	
		
			
				|  |  |              waitForActiveShards(ActiveShardCount.NONE);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        @Override
 | 
	
		
			
				|  |  | -        public void readFrom(final StreamInput in) {
 | 
	
		
			
				|  |  | -            throw new UnsupportedOperationException("usage of Streamable is to be replaced by Writeable");
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |          @Override
 | 
	
		
			
				|  |  |          public void writeTo(final StreamOutput out) throws IOException {
 | 
	
		
			
				|  |  |              super.writeTo(Objects.requireNonNull(out));
 |