List Yegor as co-author on file, since his code contribution was used in the

latest version fo the file


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353785 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2005-09-05 09:34:09 +00:00
parent d4add2e368
commit c508058158

View File

@ -27,7 +27,7 @@ import java.util.Vector;
/**
* A StyleTextPropAtom (type 4001). Holds basic character properties
* (bold, italic, underline, possibly more?) and paragraph properties
* (bold, italic, underline, font size etc) and paragraph properties
* (alignment, line spacing etc) for the block of text (TextBytesAtom
* or TextCharsAtom) that this record follows.
* You will find two lists within this class.
@ -39,6 +39,7 @@ import java.util.Vector;
* encapsulates a property of the style
*
* @author Nick Burch
* @author Yegor Kozlov
*/
public class StyleTextPropAtom extends RecordAtom