Fix Java CI failure (#4995)

This commit is contained in:
Qing Wang
2019-06-19 11:36:21 +08:00
committed by Hao Chen
parent 2bf92e02e2
commit 7bda5edc16
4 changed files with 34 additions and 5 deletions
@@ -48,7 +48,7 @@ public abstract class BaseId implements Serializable {
break;
}
}
isNilCache = localIsNil;
isNilCache = localIsNil;
}
return isNilCache;
}