]> source.dussan.org Git - poi.git/commitdiff
Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle
authorNick Burch <nick@apache.org>
Fri, 23 Aug 2013 18:36:41 +0000 (18:36 +0000)
committerNick Burch <nick@apache.org>
Fri, 23 Aug 2013 18:36:41 +0000 (18:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516973 13f79535-47bb-0310-9956-ffa450edef68

50 files changed:
src/java/org/apache/poi/hssf/eventmodel/ERFListener.java
src/java/org/apache/poi/hssf/usermodel/DVConstraint.java
src/java/org/apache/poi/hssf/usermodel/EscherGraphics.java
src/java/org/apache/poi/hssf/usermodel/EscherGraphics2d.java
src/java/org/apache/poi/hssf/usermodel/FontDetails.java
src/java/org/apache/poi/hssf/usermodel/HSSFAnchor.java
src/java/org/apache/poi/hssf/usermodel/HSSFAutoFilter.java
src/java/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.java
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
src/java/org/apache/poi/hssf/usermodel/HSSFCombobox.java
src/java/org/apache/poi/hssf/usermodel/HSSFComment.java
src/java/org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.java
src/java/org/apache/poi/hssf/usermodel/HSSFConditionalFormattingRule.java
src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
src/java/org/apache/poi/hssf/usermodel/HSSFDataFormatter.java
src/java/org/apache/poi/hssf/usermodel/HSSFDataValidation.java
src/java/org/apache/poi/hssf/usermodel/HSSFDataValidationHelper.java
src/java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java
src/java/org/apache/poi/hssf/usermodel/HSSFErrorConstants.java
src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationCell.java
src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationSheet.java
src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationWorkbook.java
src/java/org/apache/poi/hssf/usermodel/HSSFFont.java
src/java/org/apache/poi/hssf/usermodel/HSSFFontFormatting.java
src/java/org/apache/poi/hssf/usermodel/HSSFFooter.java
src/java/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.java
src/java/org/apache/poi/hssf/usermodel/HSSFHeader.java
src/java/org/apache/poi/hssf/usermodel/HSSFHyperlink.java
src/java/org/apache/poi/hssf/usermodel/HSSFName.java
src/java/org/apache/poi/hssf/usermodel/HSSFObjectData.java
src/java/org/apache/poi/hssf/usermodel/HSSFPalette.java
src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java
src/java/org/apache/poi/hssf/usermodel/HSSFPatternFormatting.java
src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java
src/java/org/apache/poi/hssf/usermodel/HSSFPictureData.java
src/java/org/apache/poi/hssf/usermodel/HSSFPolygon.java
src/java/org/apache/poi/hssf/usermodel/HSSFPrintSetup.java
src/java/org/apache/poi/hssf/usermodel/HSSFRichTextString.java
src/java/org/apache/poi/hssf/usermodel/HSSFRow.java
src/java/org/apache/poi/hssf/usermodel/HSSFShape.java
src/java/org/apache/poi/hssf/usermodel/HSSFShapeContainer.java
src/java/org/apache/poi/hssf/usermodel/HSSFShapeFactory.java
src/java/org/apache/poi/hssf/usermodel/HSSFShapeGroup.java
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/java/org/apache/poi/hssf/usermodel/HSSFSheetConditionalFormatting.java
src/java/org/apache/poi/hssf/usermodel/HSSFSimpleShape.java
src/java/org/apache/poi/hssf/usermodel/HSSFTextbox.java
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/java/org/apache/poi/hssf/usermodel/StaticFontMetrics.java

index 040bd717a0fec4ca4ae9287659811588428f69f7..d9c907f0ec820f0ba9132c972d217a0f9839bc1b 100644 (file)
@@ -25,7 +25,6 @@ import org.apache.poi.hssf.record.Record;
  * via the EventRecordFactory
  * 
  * @see EventRecordFactory
- * @author Andrew C. Oliver acoliver@apache.org
  */
 public interface ERFListener
 {
index cb1571131c33785f37255ca1c3a6617296806794..a222b3857bf95698cf76e2d89dc5a6b991683282 100644 (file)
@@ -29,8 +29,7 @@ import org.apache.poi.ss.formula.FormulaType;
 import org.apache.poi.ss.usermodel.DataValidationConstraint;
 
 /**
- * 
- * @author Josh Micich
+ * Data Validation Constraint
  */
 public class DVConstraint implements DataValidationConstraint {
        /* package */ public static final class FormulaPair {
index 90a93e5260de83dd80fe2e54712926c550c38195..4293587b38a5e29ff9cd5aa7ccab7a6255217d19 100644 (file)
@@ -56,8 +56,6 @@ import java.text.AttributedCharacterIterator;
  * height of the group can be calculated by using a convenience called
  * <code>HSSFClientAnchor.getAnchorHeightInPoints()</code>.
  * </blockquote>
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public class EscherGraphics
         extends Graphics
index 1dff3d8ed18f132e1802d75fdcf26117deff3734..45306e89f0a5df9f7e668cd3f02c071d5231056f 100644 (file)
@@ -67,8 +67,6 @@ import java.util.Map;
  * height of the group can be calculated by using a convenience called
  * <code>HSSFClientAnchor.getAnchorHeightInPoints()</code>.
  * </blockquote>
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public final class EscherGraphics2d extends Graphics2D {
     private EscherGraphics _escherGraphics;
index 073bcba5d8fe8317d8d4895a3aef905e39aee520..d9f42496d92383e8ddb0cca1701e7b1840f971e2 100644 (file)
@@ -24,8 +24,6 @@ import java.util.StringTokenizer;
 
 /**
  * Stores width and height details about a font.
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public class FontDetails
 {
index 91bbd5b95249b3394a790dd5848acefe8f649240..3ba57373f3f13d29b6fe38b5ea7af058a2361b74 100644 (file)
@@ -26,8 +26,6 @@ import org.apache.poi.ddf.EscherRecord;
 /**
  * An anchor is what specifics the position of a shape within a client object
  * or within another containing shape.
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public abstract class HSSFAnchor {
 
index 8baa1394f0a6be8790f05f67b38dfe316b0dc2ce..533dffee3723a7dc5a1c017e97bc0ff293810f36 100644 (file)
@@ -20,8 +20,6 @@ import org.apache.poi.ss.usermodel.AutoFilter;
 
 /**
  * Represents autofiltering for the specified worksheet.
- *
- * @author Yegor Kozlov
  */
 public final class HSSFAutoFilter implements AutoFilter {
     private HSSFSheet _sheet;
@@ -29,4 +27,4 @@ public final class HSSFAutoFilter implements AutoFilter {
     HSSFAutoFilter(HSSFSheet sheet){
         _sheet = sheet;
     }
-}
\ No newline at end of file
+}
index 0bd2b40e0a343f95afe93077be7c2e2a0e1de60f..0e2cb9d208257e98de3611c652e33f2884c3db45 100644 (file)
@@ -23,9 +23,6 @@ import org.apache.poi.hssf.record.cf.BorderFormatting;
 /**
  * High level representation for Border Formatting component
  * of Conditional Formatting settings
- * 
- * @author Dmitriy Kumshayev
- *
  */
 public final class HSSFBorderFormatting implements org.apache.poi.ss.usermodel.BorderFormatting
 {
index 2313c4f35bbeeb18c7c264b242fa2e3eae509bad..6fd4dd5bf9acafac4e625977fa567f9e8d5e839f 100644 (file)
@@ -58,11 +58,6 @@ import org.apache.poi.util.POILogFactory;
  * Cells should have their number (0 based) before being added to a row.  Only
  * cells that have values should be added.
  * <p>
- *
- * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author  Dan Sherman (dsherman at isisph.com)
- * @author  Brian Sanders (kestrel at burdell dot org) Active Cell support
- * @author  Yegor Kozlov cell comments support
  */
 public class HSSFCell implements Cell {
     private static POILogger log = POILogFactory.getLogger(HSSFCell.class);
index 6e2f9fe133779340deae257cd2e006183bbae995..0eca332ae7f28616398b1c69cb8094ee874abca2 100644 (file)
@@ -29,8 +29,6 @@ import org.apache.poi.ss.usermodel.Font;
 /**
  * High level representation of the style of a cell in a sheet of a workbook.
  *
- * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author Jason Height (jheight at chariot dot net dot au)
  * @see org.apache.poi.hssf.usermodel.HSSFWorkbook#createCellStyle()
  * @see org.apache.poi.hssf.usermodel.HSSFWorkbook#getCellStyleAt(short)
  * @see org.apache.poi.hssf.usermodel.HSSFCell#setCellStyle(HSSFCellStyle)
index 779455d5cca11522aba4141c4148a73bcfbfcdf8..2dbbac2b8c96f76cb061f4b2d91476819d508ebf 100644 (file)
@@ -21,7 +21,7 @@ import org.apache.poi.ddf.*;
 import org.apache.poi.hssf.record.*;\r
 \r
 /**\r
- * @author Evgeniy Berlog\r
+ * \r
  */\r
 public class HSSFCombobox extends HSSFSimpleShape {\r
 \r
index d747e80c8c67d52b5880dbb23b4b88c1d669039a..4e37e416488fac833a85a07eef0f08c031a39915 100644 (file)
@@ -22,8 +22,6 @@ import org.apache.poi.ss.usermodel.Comment;
 
 /**
  * Represents a cell comment - a sticky note associated with a cell.
- *
- * @author Yegor Kozlov
  */
 public class HSSFComment extends HSSFTextbox implements Comment {
 
index 46403fc369c4c03715d3c4d7d8310260b0f91d4e..b0f1474bf1e5094766c2f0c43693f22d04d37e80 100644 (file)
@@ -72,8 +72,6 @@ import org.apache.poi.ss.util.CellRangeAddress;
  * // Apply Conditional Formatting rule defined above to the regions  
  * sheet.addConditionalFormatting(regions, rule);
  * </PRE>
- * 
- * @author Dmitriy Kumshayev
  */
 public final class HSSFConditionalFormatting  implements ConditionalFormatting
 {
index 53f5423eb7daefc4ff52f675411bd6f78680f083..6d881132fb2f92347a34f663ed30607179c1786f 100644 (file)
@@ -31,8 +31,6 @@ import org.apache.poi.ss.usermodel.ConditionalFormattingRule;
  * High level representation of Conditional Formatting Rule.
  * It allows to specify formula based conditions for the Conditional Formatting
  * and the formatting settings such as font, border and pattern.
- *
- * @author Dmitriy Kumshayev
  */
 public final class HSSFConditionalFormattingRule implements ConditionalFormattingRule
 {
index 26800d6d3e0d2cfef477903896baab007241cef4..dc2a217330606e9e965dacaa765e862b4b01bfb7 100644 (file)
@@ -44,9 +44,6 @@ import org.apache.poi.ss.usermodel.DataFormat;
  * <a href="http://office.microsoft.com/assistance/hfws.aspx?AssetID=HA010346351033&CTT=6&Origin=EC010272491033">
  *   Creating international number formats
  * </a> for more details on these codes.
- *
- * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author  Shawn M. Laubach (slaubach at apache dot org)
  */
 public final class HSSFDataFormat implements DataFormat {
        private static final String[] _builtinFormats = BuiltinFormats.getAll();
index 0024639ff54e839ea322dbd06d36b7be6716d3c3..af1243eb065ba17aa5611be0a16e1c901103f1f6 100644 (file)
@@ -62,8 +62,6 @@ import org.apache.poi.ss.usermodel.DataFormatter;
  * HSSFDataFormatter.setDefaultNumberFormat(Format)</code>. <b>Note:</b> the
  * default format will only be used when a Format cannot be created from the
  * cell's data format string.
- *
- * @author James May (james dot may at fmr dot com)
  */
 public final class HSSFDataFormatter extends DataFormatter {
 
index 9ea6038d0bac3d91659392b9a3a8223a95a815ab..6654749863b94a73cb1d47038348f63e6505b6e4 100644 (file)
@@ -25,9 +25,7 @@ import org.apache.poi.ss.usermodel.DataValidationConstraint.ValidationType;
 import org.apache.poi.ss.util.CellRangeAddressList;
 
 /**
- *Utility class for creating data validation cells
- * 
- * @author Dragos Buleandra (dragos.buleandra@trade2b.ro)
+ * Utility class for creating data validation cells
  */
 public final class HSSFDataValidation implements DataValidation {
        private String _prompt_title;
index 4f9920033b5bd619eb63d6dbccd9dbbb53b546c1..dd24bc416e735678347e5e63f7e1aadb9535eba8 100644 (file)
@@ -24,8 +24,7 @@ import org.apache.poi.ss.usermodel.DataValidationConstraint.ValidationType;
 import org.apache.poi.ss.util.CellRangeAddressList;
 
 /**
- * @author <a href="rjankiraman@emptoris.com">Radhakrishnan J</a>
- * 
+ * Helper for working with Data Validation
  */
 public class HSSFDataValidationHelper implements DataValidationHelper {
        @SuppressWarnings("unused")
index b2ed6e985d79f3a50916ed8a600649c611c7d91e..eb415269e9e42616fe385d7e920eedf6f23d88aa 100644 (file)
@@ -30,15 +30,7 @@ import org.apache.poi.ss.usermodel.DateUtil;
 
 /**
  * Contains methods for dealing with Excel dates.
- *
- * @author  Michael Harhen
- * @author  Glen Stampoultzis (glens at apache.org)
- * @author  Dan Sherman (dsherman at isisph.com)
- * @author  Hack Kampbjorn (hak at 2mba.dk)
- * @author  Alex Jacoby (ajacoby at gmail.com)
- * @author  Pavel Krupets (pkrupets at palmtreebusiness dot com)
  */
-
 public class HSSFDateUtil extends DateUtil {
        protected static int absoluteDay(Calendar cal, boolean use1904windowing) {
                return DateUtil.absoluteDay(cal, use1904windowing);
index f82ee721d0426ca802d5b7a724058925cf02c1b1..30191d35b6504e9138e445a468d88ace10df8c2e 100644 (file)
@@ -20,8 +20,6 @@ import org.apache.poi.ss.usermodel.ErrorConstants;
 
 /**
  * Contains raw Excel error codes (as defined in OOO's excelfileformat.pdf (2.5.6)
- * 
- * @author  Michael Harhen
  */
 public final class HSSFErrorConstants extends ErrorConstants {
 }
index 462d92a5600db8bc11051804638db8d40cd79eaa..afbc0b4041179826dc54d4499c30e9767caa6fae 100644 (file)
@@ -21,8 +21,6 @@ import org.apache.poi.ss.formula.EvaluationCell;
 import org.apache.poi.ss.formula.EvaluationSheet;
 /**
  * HSSF wrapper for a cell under evaluation
- * 
- * @author Josh Micich
  */
 final class HSSFEvaluationCell implements EvaluationCell {
 
index 166da4751a6cc8fb86b5347b23599b76930eba58..3497539bedf0560cfad1c49311fc90e813cc2a23 100644 (file)
@@ -22,8 +22,6 @@ import org.apache.poi.ss.formula.EvaluationSheet;
 
 /**
  * HSSF wrapper for a sheet under evaluation
- * 
- * @author Josh Micich
  */
 final class HSSFEvaluationSheet implements EvaluationSheet {
 
@@ -47,4 +45,4 @@ final class HSSFEvaluationSheet implements EvaluationSheet {
                }
                return new HSSFEvaluationCell(cell, this);
        }
-}
\ No newline at end of file
+}
index 7e350e88f52cacb19b54d2576d1e023738a94729..070c75a3974479ffd2e1242d4b7a6681c2dc7f89 100644 (file)
@@ -39,8 +39,6 @@ import org.apache.poi.util.POILogger;
 
 /**
  * Internal POI use only
- *
- * @author Josh Micich
  */
 public final class HSSFEvaluationWorkbook implements FormulaRenderingWorkbook, EvaluationWorkbook, FormulaParsingWorkbook {
        private static POILogger logger = POILogFactory.getLogger(HSSFEvaluationWorkbook.class);
index 61d89dbc75ec29bdc7bc00596fd3dd25170a9033..3d13e97587b850d67557bef4850c754f03a6cf9c 100644 (file)
@@ -23,9 +23,7 @@ import org.apache.poi.ss.usermodel.Font;
 
 /**
  * Represents a Font used in a workbook.
- *
- *
- * @author  Andrew C. Oliver
+ * 
  * @see org.apache.poi.hssf.usermodel.HSSFWorkbook#createFont()
  * @see org.apache.poi.hssf.usermodel.HSSFWorkbook#getFontAt(short)
  * @see org.apache.poi.hssf.usermodel.HSSFCellStyle#setFont(HSSFFont)
index da1ddae6fa625e4c579eb1c9b705996dfa2e9e04..598ea9c024a71338d81d723760c7d2586d708d50 100644 (file)
@@ -22,9 +22,6 @@ import org.apache.poi.hssf.record.cf.FontFormatting;
 /**
  * High level representation for Font Formatting component
  * of Conditional Formatting settings
- * 
- * @author Dmitriy Kumshayev
- *
  */
 public final class HSSFFontFormatting implements org.apache.poi.ss.usermodel.FontFormatting
 {
index da7d7403d35bb1a9613c353ad8d99a8b6d403ecf..e23c21bea06d1f57eb80946a5d719ec546715836 100644 (file)
@@ -30,8 +30,6 @@ import org.apache.poi.ss.usermodel.Footer;
  * For special things (such as page numbers and date), one can use a the methods
  * that return the characters used to represent these.  One can also change the
  * fonts by using similar methods.
- * <P>
- * @author Shawn Laubach (slaubach at apache dot org)
  */
 public final class HSSFFooter extends HeaderFooter implements Footer {
        private final PageSettingsBlock _psb;
index 06c1794775765dca550bf3c56a99c7e51fd2e740..38f08cd2ca5be4dd4146a7d44e64b6b19f63ebb5 100644 (file)
@@ -39,9 +39,6 @@ import org.apache.poi.ss.usermodel.Workbook;
  * For performance reasons, this class keeps a cache of all previously calculated intermediate
  * cell values.  Be sure to call {@link #clearAllCachedResultValues()} if any workbook cells are changed between
  * calls to evaluate~ methods on this class.
- *
- * @author Amol S. Deshmukh &lt; amolweb at ya hoo dot com &gt;
- * @author Josh Micich
  */
 public class HSSFFormulaEvaluator implements FormulaEvaluator  {
 
index 4d706159eef8c73b0bfd7825ecb7fc4877047ab9..41530874f1a80335eebf906b960f7e090af0cca4 100644 (file)
@@ -30,9 +30,6 @@ import org.apache.poi.ss.usermodel.Header;
  * For special things (such as page numbers and date), one can use a the methods
  * that return the characters used to represent these.  One can also change the
  * fonts by using similar methods.
- * <P>
- *
- * @author Shawn Laubach (slaubach at apache dot org)
  */
 public final class HSSFHeader extends HeaderFooter implements Header {
 
index 6ccf46353cbb55bb39a733d3fad5110923abd3a0..5cb8e77163e264cd3ca39456c1f02e3eb91ee4dc 100644 (file)
@@ -21,8 +21,6 @@ import org.apache.poi.ss.usermodel.Hyperlink;
 
 /**
  * Represents an Excel hyperlink.
- *
- * @author Yegor Kozlov (yegor at apache dot org)
  */
 public class HSSFHyperlink implements Hyperlink {\r
 \r
index d6d041430bff509dcdd38e815518b2e47a65d5f2..b5a83eee9dd6e3340b930485ea6c886622790bb4 100644 (file)
@@ -28,8 +28,6 @@ import org.apache.poi.ss.usermodel.Name;
 /**
  * High Level Representation of a 'defined name' which could be a 'built-in' name,
  * 'named range' or name of a user defined function.
- *
- * @author Libin Roman (Vista Portal LDT. Developer)
  */
 public final class HSSFName implements Name {
     private HSSFWorkbook _book;
index 57451dd8173eaa8d57d3a63d587141e0421750ed..ef1f2d9f730f5e1c9264c8100fd73078a4cfffb6 100644 (file)
@@ -31,8 +31,6 @@ import org.apache.poi.util.HexDump;
  * Represents binary object (i.e. OLE) data stored in the file.  Eg. A GIF, JPEG etc...
  * <p/>
  * Right now, 13, july, 2012 can not be created from scratch
- *
- * @author Daniel Noll
  */
 public final class HSSFObjectData extends HSSFPicture {
     /**
index 0095daddbe19a475cccef27bc9d5f13c404b7228..1c33dcbad1a361c26ef51facb1eb8b966df27232 100644 (file)
@@ -25,8 +25,6 @@ import org.apache.poi.hssf.util.HSSFColor;
  * Internally, the XLS format refers to colors using an offset into the palette
  * record.  Thus, the first color in the palette has the index 0x8, the second
  * has the index 0x9, etc. through 0x40
- *
- * @author Brian Sanders (bsanders at risklabs dot com)
  */
 public final class HSSFPalette {
     private PaletteRecord _palette;
index 3f634b02b97fe9a24653701be5a7feefb9971971..c508c51ed0dc57f1976c9d372bb42dee19b90006 100644 (file)
@@ -35,8 +35,6 @@ import org.apache.poi.ss.usermodel.ClientAnchor;
 /**
  * The patriarch is the toplevel container for shapes in a sheet.  It does
  * little other than act as a container for other shapes and groups.
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public final class HSSFPatriarch implements HSSFShapeContainer, Drawing {
     private static POILogger log = POILogFactory.getLogger(HSSFPatriarch.class);
index d97d03cfb8e4a68524bd47ebdd0b0045b885a1a8..0430342868e4a88a2df76d1be4339115cbd052ad 100644 (file)
@@ -22,9 +22,6 @@ import org.apache.poi.hssf.record.cf.PatternFormatting;
 
 /**
  * High level representation for Conditional Formatting settings
- * 
- * @author Dmitriy Kumshayev
- *
  */
 public class HSSFPatternFormatting implements org.apache.poi.ss.usermodel.PatternFormatting
 {
index 56b2f699e1d4c74deb601a02dd96e29ebce6ec7b..2c4b59f7b03af65cbe5f5442aae7b9520ec79fd2 100644 (file)
@@ -33,9 +33,6 @@ import org.apache.poi.hssf.model.InternalWorkbook;
 
 /**
  * Represents a escher picture.  Eg. A GIF, JPEG etc...
- *
- * @author Glen Stampoultzis
- * @author Yegor Kozlov (yegor at apache.org)
  */
 public class HSSFPicture extends HSSFSimpleShape implements Picture {
        private static POILogger logger = POILogFactory.getLogger(HSSFPicture.class);
index 69bdae152108d570f9ab3c804d0ab13b08d453e6..93fa26f5ba9bb75b0e5901acd0b566fdc461e89f 100644 (file)
@@ -26,8 +26,6 @@ import org.apache.poi.util.PngUtils;
 
 /**
  * Represents binary data stored in the file.  Eg. A GIF, JPEG etc...
- *
- * @author Daniel Noll
  */
 public class HSSFPictureData implements PictureData
 {
index 07209ae3e7770bb6ce2d2866033c8ac72240a156..df1b765c748bef288fa1d630ce3165975d89efb6 100644 (file)
@@ -24,7 +24,7 @@ import org.apache.poi.util.POILogFactory;
 import org.apache.poi.util.POILogger;
 
 /**
- * @author Glen Stampoultzis  (glens at superlinksoftware.com)
+ * 
  */
 public class HSSFPolygon  extends HSSFSimpleShape {
        private static POILogger logger = POILogFactory.getLogger(HSSFPolygon.class);
index 36956165438ed2c705bb9e399cc9520662b916e9..aa16b2038af620737462ce6caa641d6fd5dff2d1 100644 (file)
@@ -35,8 +35,7 @@ import org.apache.poi.ss.usermodel.PrintSetup;
  *  public static final short ENVELOPE_DL_PAPERSIZE      = 27;<br>
  *  public static final short ENVELOPE_CS_PAPERSIZE      = 28;<br>
  *  public static final short ENVELOPE_MONARCH_PAPERSIZE  = 37;<br>
- * <P>
- * @author Shawn Laubach (slaubach at apache dot org) */
+ */
 public class HSSFPrintSetup implements PrintSetup {    
     PrintSetupRecord printSetupRecord;
     
@@ -351,4 +350,4 @@ public class HSSFPrintSetup implements PrintSetup {
     public short getCopies()    {
         return printSetupRecord.getCopies();
     }
-}
\ No newline at end of file
+}
index f8e3871bcf15aafb66719efe85a0681403e0899f..434b7eff3498220b43d7d21ec45273ce2f370974 100644 (file)
@@ -64,10 +64,6 @@ import org.apache.poi.ss.usermodel.RichTextString;
  *
  * <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=47543">
  * https://issues.apache.org/bugzilla/show_bug.cgi?id=47543</a>
- * <p>
- *
- * @author Glen Stampoultzis (glens at apache.org)
- * @author Jason Height (jheight at apache.org)
  */
 public final class HSSFRichTextString implements Comparable<HSSFRichTextString>, RichTextString {
     /** Place holder for indicating that NO_FONT has been applied here */
index 8dfe8e722482623d4ad02390713876e0b041c548..6f6340afa30910717010ea17e8f95d841fb25fbb 100644 (file)
@@ -33,9 +33,6 @@ import org.apache.poi.util.Configurator;
  * High level representation of a row of a spreadsheet.
  *
  * Only rows that have cells should be added to a Sheet.
- *
- * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public final class HSSFRow implements Row {
 
index 7d4f27ed8854207cf2a06d4b6e04a54dd9bef02f..4ea7d31e6a6b75bee07e46a3da6cc8477a712892 100644 (file)
@@ -27,8 +27,6 @@ import java.io.IOException;
 
 /**
  * An abstract shape.
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public abstract class HSSFShape {
     public static final int LINEWIDTH_ONE_PT = 12700;
index c240519eff1c24c77c8c6ef63bdecee376f83c05..31ce24fa0930f63f06a058b88c814d1c1542ef26 100644 (file)
@@ -21,8 +21,6 @@ import java.util.List;
 
 /**
  * An interface that indicates whether a class can contain children.
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public interface HSSFShapeContainer extends Iterable<HSSFShape>
 {
index 7955da3bcc85eada7f0052bd8b70d8f1f8034bed..3e82fbe1810a32a1add33a0b9af24814c2c69827 100644 (file)
@@ -26,8 +26,7 @@ import java.util.List;
 import java.util.Map;\r
 \r
 /**\r
- * @author Evgeniy Berlog\r
- * date: 05.06.12\r
+ * Factory class for producing Excel Shapes from Escher records\r
  */\r
 public class HSSFShapeFactory {\r
 \r
index 9f60d6eae498c6c6fa40a8dd526f26a3dc9f7a1b..004b2f46069b6a1657bee960991181b619e976c1 100644 (file)
@@ -28,8 +28,6 @@ import java.util.Iterator;
 /**
  * A shape group may contain other shapes.  It was no actual form on the
  * sheet.
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public class HSSFShapeGroup extends HSSFShape implements HSSFShapeContainer {
     private final List<HSSFShape> shapes = new ArrayList<HSSFShape>();
index c99a843e34bd7a3d22a8c0100366f13d42d2ef04..94be7efc6f601d32f234a170793e02133fd299f7 100644 (file)
@@ -56,15 +56,6 @@ import org.apache.poi.util.POILogger;
 
 /**
  * High level representation of a worksheet.
- *
- * @author Andrew C. Oliver (acoliver at apache dot org)
- * @author Glen Stampoultzis (glens at apache.org)
- * @author Libin Roman (romal at vistaportal.com)
- * @author Shawn Laubach (slaubach at apache dot org) (Just a little)
- * @author Jean-Pierre Paris (jean-pierre.paris at m4x dot org) (Just a little, too)
- * @author Yegor Kozlov (yegor at apache.org) (Autosizing columns)
- * @author Josh Micich
- * @author Petr Udalau(Petr.Udalau at exigenservices.com) - set/remove array formulas
  */
 public final class HSSFSheet implements org.apache.poi.ss.usermodel.Sheet {
     private static final POILogger log = POILogFactory.getLogger(HSSFSheet.class);
index 0101eef7b32b6b2c34d3349d6422542322506cac..ce6bf76b666f0ad81ecf6e5ff67fbf1467dc2328 100644 (file)
@@ -28,8 +28,6 @@ import org.apache.poi.ss.SpreadsheetVersion;
 
 /**
  * The 'Conditional Formatting' facet of <tt>HSSFSheet</tt>
- *
- * @author Dmitriy Kumshayev
  */
 public final class HSSFSheetConditionalFormatting implements SheetConditionalFormatting {
 
index 584f426fd3a83102f3279e99448220c4ea5599dd..2e8b64d8445704607d6f03039105d40aa3fffff0 100644 (file)
@@ -23,8 +23,6 @@ import org.apache.poi.ss.usermodel.RichTextString;
 
 /**
  * Represents a simple shape such as a line, rectangle or oval.
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public class HSSFSimpleShape extends HSSFShape
 {
index 092392560a11d7b3a31071aded39d04b5c31fe74..28dc60a478332f71e3f6b48282f9b92ac2a131b6 100644 (file)
@@ -22,8 +22,6 @@ import org.apache.poi.hssf.record.*;
 
 /**
  * A textbox is a shape that may hold a rich text string.
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 public class HSSFTextbox extends HSSFSimpleShape {
     public final static short OBJECT_TYPE_TEXT = 6;
index 775003624332a5ae6c3c5b04660db0d36256e77e..cfbfdc43a268b99e9b6a6a5ec055cf0645c6c54e 100644 (file)
@@ -68,9 +68,6 @@ import org.apache.poi.util.POILogger;
  *
  * @see org.apache.poi.hssf.model.InternalWorkbook
  * @see org.apache.poi.hssf.usermodel.HSSFSheet
- * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author  Glen Stampoultzis (glens at apache.org)
- * @author  Shawn Laubach (slaubach at apache dot org)
  */
 public final class HSSFWorkbook extends POIDocument implements org.apache.poi.ss.usermodel.Workbook {
     private static final Pattern COMMA_PATTERN = Pattern.compile(",");
index ef34ae4302a8118bd0b20e6cdecb91da9207d709..37e7616aea7a5f171d9404d59bf27c551927b416 100644 (file)
@@ -33,8 +33,6 @@ import java.util.Properties;
  * resource from the POI jar file (or classpath) and should be contained in path
  * "/font_metrics.properties". The font widths are for a 10 point version of the
  * font. Use a multiplier for other sizes.
- *
- * @author Glen Stampoultzis (glens at apache.org)
  */
 final class StaticFontMetrics {
        /** The font metrics property file we're using */