make TableCellDescriptor cloneable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8dc8aa6d6
commit
bcd98fc6c9
@ -20,8 +20,8 @@ package org.apache.poi.hwpf.usermodel;
|
||||
import org.apache.poi.hwpf.model.types.TCAbstractType;
|
||||
import org.apache.poi.util.LittleEndian;
|
||||
|
||||
public final class TableCellDescriptor
|
||||
extends TCAbstractType
|
||||
public final class TableCellDescriptor extends TCAbstractType implements
|
||||
Cloneable
|
||||
{
|
||||
public static final int SIZE = 20;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user