Skip to content

Commit

Permalink
去掉一个TOP100_PERCENT.setPercentage(true);
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Aug 23, 2017
1 parent e8552a2 commit 30293e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public class SqlServerParser {
TOP100_PERCENT = new Top();
TOP100_PERCENT.setExpression(new LongValue(100));
TOP100_PERCENT.setPercentage(true);
TOP100_PERCENT.setPercentage(true);
}

/**
Expand Down

0 comments on commit 30293e2

Please sign in to comment.