Commit 83eb1a48 authored by wangdx's avatar wangdx

fix #11974, using static

parent 7c8f30b7
......@@ -95,7 +95,7 @@ public class UpgradeProcessor {
/**
* Whether the email has been sent.
*/
private boolean sent = false;
private static boolean sent = false;
/**
* Language service.
......
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