YARN-7074. Fix NM state store update comment. Contributed by Botong Huang

This commit is contained in:
bibinchundatt 2017-08-24 16:34:38 +05:30
parent 3123895db0
commit de0cba700b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class NMLeveldbStateStoreService extends NMStateStoreService {
/**
* Changes from 1.0 to 1.1: Save AMRMProxy state in NMSS.
* Changes from 1.2 to 1.2: Save queued container information.
* Changes from 1.1 to 1.2: Save queued container information.
*/
private static final Version CURRENT_VERSION_INFO = Version.newInstance(1, 2);