Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Dec 9, 2018
1 parent 455f9b9 commit a7df57a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import android.text.TextUtils;

public class SourceRule {
Mode mode;
String rule;
Mode mode = Mode.Default;
String rule = "";

SourceRule(String ruleStr) {
if (TextUtils.isEmpty(ruleStr)) {
Expand Down

0 comments on commit a7df57a

Please sign in to comment.