coverity#1327210 UwF: Unwritten field
Change-Id: I6fb5b18b6a6e51727d7350039da97f06f65736ff
This commit is contained in:
parent
79831c6d6d
commit
385e9afea2
1 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@ public class OfficeReport extends Element
|
|||
|
||||
private Node pageHeader;
|
||||
private Node pageFooter;
|
||||
private Node columnHeader;
|
||||
private Node reportHeader;
|
||||
private Node reportFooter;
|
||||
private Node bodySection;
|
||||
|
@ -83,7 +82,7 @@ public class OfficeReport extends Element
|
|||
|
||||
public Node getColumnHeader()
|
||||
{
|
||||
return columnHeader;
|
||||
return null;
|
||||
}
|
||||
|
||||
public Node getColumnFooter()
|
||||
|
|
Loading…
Reference in a new issue