Skip to content

Commit 14a6056

Browse files
FOP-1760: Findbugs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ChangeBars2@1835133 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8ecb6c4 commit 14a6056

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: fop-core/src/main/java/org/apache/fop/area/inline/InlineBlock.java

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*/
2828
public class InlineBlock extends InlineParent {
2929

30+
private static final long serialVersionUID = -3725062353292109517L;
3031
private final Block block;
3132

3233
public InlineBlock(Block block) {

Diff for: fop-core/src/main/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ private InlineArea getLeaderInlineArea(LayoutContext context) {
218218
}
219219
}
220220

221+
assert leaderArea != null;
221222
leaderArea.setChangeBarList(getChangeBarList());
222223

223224
TraitSetter.setProducerID(leaderArea, fobj.getId());

0 commit comments

Comments
 (0)