Direct self-reference leading to cycle exception

后端 未结 5 672
执笔经年
执笔经年 2021-01-04 00:18

I have a class; something like the following:

public abstract class ElasticSearchValue {

  private Long txId;
  private Long currentTxId;
  private         


        
5条回答
  •  半阙折子戏
    2021-01-04 00:23

    I guess somewhere in your code. The previous of some instance of DailyActivity point to itself.

提交回复
热议问题