File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ public IndexLifecycleExplainResponse(StreamInput in) throws IOException {
360360            } else  {
361361                skip  = false ;
362362            }
363-             // No need for serialization  from this point onwards as this action only runs on the local node. 
363+             // No need for deserialization  from this point onwards as this action only runs on the local node. 
364364            forceMergeIndexName  = null ;
365365        } else  {
366366            policyName  = null ;
@@ -417,7 +417,7 @@ public void writeTo(StreamOutput out) throws IOException {
417417                || out .getTransportVersion ().onOrAfter (TransportVersions .ILM_ADD_SKIP_SETTING )) {
418418                out .writeBoolean (skip );
419419            }
420-             // No need for deserialization  from this point onwards as this action only runs on the local node. 
420+             // No need for serialization  from this point onwards as this action only runs on the local node. 
421421        }
422422    }
423423
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments