提交 3f1e35c9 编写于 作者: G guolindev

Change the param type of assignBaseObjId method from int to long.

上级 e7347d71
......@@ -543,8 +543,9 @@ public class LitePalSupport {
* Assigns value to baseObjId. This will override the original value. <b>Never call this method
* unless you know exactly what you are doing.</b>
* @param baseObjId
* Assigns value to baseObjId.
*/
public void assignBaseObjId(int baseObjId) {
public void assignBaseObjId(long baseObjId) {
this.baseObjId = baseObjId;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册