Commit e1aafada authored by yanzg's avatar yanzg

升级新版本

parent 72a368a2
...@@ -11,7 +11,7 @@ package com.yanzuoguang.util.vo; ...@@ -11,7 +11,7 @@ package com.yanzuoguang.util.vo;
* @author 颜佐光 * @author 颜佐光
*/ */
public class Ref<T> extends BaseVo { public class Ref<T> extends BaseVo {
public T value; public volatile T value;
public Ref(T value) { public Ref(T value) {
this.value = value; this.value = value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment