https://bz.apache.org/bugzilla/show_bug.cgi?id=64691

            Bug ID: 64691
           Summary: A private field name suggestion
                    (org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDd
                    ataValidation->org.apache.poi.xssf.usermodel.XSSFDataV
                    alidation.ctDataValidation)
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

It is suggested that the field "ctDdataValidation" could be renamed as
"ctDataValidation"

https://github.com/apache/poi/blob/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDataValidation.java#L41

public class XSSFDataValidation implements DataValidation {
    private CTDataValidation ctDdataValidation;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to