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: dev@poi.apache.org
          Reporter: asdf...@gmail.com
  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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to