mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
bug 60253: remove repeated check for ValidationType.ANY
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764823 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
235b49aa52
commit
b3e83048a9
@ -219,7 +219,6 @@ public class XSSFDataValidationConstraint implements DataValidationConstraint {
|
||||
builder.append(' ');
|
||||
if (validationType!=ValidationType.ANY) {
|
||||
if (validationType != ValidationType.LIST
|
||||
&& validationType != ValidationType.ANY
|
||||
&& validationType != ValidationType.FORMULA) {
|
||||
builder.append(LIST_SEPARATOR).append(ot).append(", ");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user