Bug 47356

Summary: Unused private fields in BorderCode
Product: POI Reporter: Max Stocker <maxstocker>
Component: HWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch of BorderCodes removing unused private static final fields

Description Max Stocker 2009-06-11 10:22:33 UTC
Created attachment 23798 [details]
Patch of BorderCodes removing unused private static final fields

org.apache.poi.hwpf.usermodel.BorderCode has 6 private static final fields that are totally unused.

Suggest removal.
Comment 1 Yegor Kozlov 2009-06-19 07:02:00 UTC
Applied in r786511

Thanks,
Yegor