From 810d03f49970b59435d107e94283c52d0c9933a0 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 17 Jul 2017 08:24:24 +0000 Subject: [PATCH] javadoc: replace invalid self enclosing elements git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802110 13f79535-47bb-0310-9956-ffa450edef68 --- .../usermodel/examples/HSSFReadWrite.java | 6 +- .../apache/poi/hssf/view/SVSheetTable.java | 4 +- .../poi/hssf/view/brush/PendingPaintings.java | 4 +- .../poi/xssf/eventusermodel/XLSX2CSV.java | 4 +- .../usermodel/examples/UpdateEmbeddedDoc.java | 6 +- .../apache/poi/ss/excelant/BuildFileTest.java | 6 +- .../apache/poi/hssf/model/InternalSheet.java | 2 +- .../org/apache/poi/hssf/model/LinkTable.java | 8 +- .../apache/poi/hssf/model/RecordOrderer.java | 2 +- .../apache/poi/hssf/record/DConRefRecord.java | 4 +- .../poi/hssf/record/ExternalNameRecord.java | 2 +- .../poi/hssf/record/HyperlinkRecord.java | 6 +- .../apache/poi/hssf/record/NoteRecord.java | 2 +- .../apache/poi/hssf/record/RecordFactory.java | 2 +- .../aggregates/FormulaRecordAggregate.java | 4 +- .../record/aggregates/PageSettingsBlock.java | 2 +- .../aggregates/RowRecordsAggregate.java | 2 +- .../aggregates/WorksheetProtectionBlock.java | 6 +- .../hssf/record/chart/AreaFormatRecord.java | 2 +- .../poi/hssf/record/chart/AreaRecord.java | 2 +- .../record/chart/AxisLineFormatRecord.java | 2 +- .../hssf/record/chart/AxisOptionsRecord.java | 2 +- .../hssf/record/chart/AxisParentRecord.java | 2 +- .../poi/hssf/record/chart/AxisRecord.java | 2 +- .../poi/hssf/record/chart/AxisUsedRecord.java | 2 +- .../poi/hssf/record/chart/BarRecord.java | 2 +- .../poi/hssf/record/chart/CatLabRecord.java | 2 +- .../chart/CategorySeriesAxisRecord.java | 2 +- .../record/chart/ChartEndBlockRecord.java | 2 +- .../hssf/record/chart/FontIndexRecord.java | 2 +- .../hssf/record/chart/SeriesLabelsRecord.java | 2 +- .../poi/hssf/record/chart/TickRecord.java | 2 +- .../poi/hssf/record/common/UnicodeString.java | 8 +- .../cont/UnknownLengthRecordOutput.java | 2 +- .../record/pivottable/DataItemRecord.java | 2 +- .../ExtendedPivotTableViewFieldsRecord.java | 2 +- .../record/pivottable/PageItemRecord.java | 2 +- .../record/pivottable/StreamIDRecord.java | 2 +- .../pivottable/ViewDefinitionRecord.java | 2 +- .../record/pivottable/ViewFieldsRecord.java | 2 +- .../record/pivottable/ViewSourceRecord.java | 2 +- .../apache/poi/hssf/usermodel/HSSFCell.java | 2 +- .../poi/hssf/usermodel/HSSFDataFormat.java | 6 +- .../hssf/usermodel/HSSFFormulaEvaluator.java | 2 +- .../poi/hssf/usermodel/HSSFObjectData.java | 2 +- .../poi/hssf/usermodel/HSSFPicture.java | 6 +- .../apache/poi/hssf/usermodel/HSSFSheet.java | 2 +- .../HSSFSheetConditionalFormatting.java | 4 +- .../poi/hssf/usermodel/HSSFWorkbook.java | 4 +- .../apache/poi/hssf/util/AreaReference.java | 2 +- .../poi/hssf/util/CellRangeAddress8Bit.java | 2 +- .../poi/poifs/crypt/CryptoFunctions.java | 6 +- .../poifs/filesystem/NPOIFSFileSystem.java | 2 +- .../poifs/filesystem/OPOIFSFileSystem.java | 2 +- .../poi/poifs/filesystem/POIFSFileSystem.java | 2 +- .../storage/BlockAllocationTableReader.java | 2 +- .../poi/poifs/storage/DataInputBlock.java | 4 +- .../poi/ss/format/CellDateFormatter.java | 2 +- .../poi/ss/format/CellElapsedFormatter.java | 2 +- .../org/apache/poi/ss/format/CellFormat.java | 6 +- .../apache/poi/ss/format/CellFormatPart.java | 4 +- .../poi/ss/format/CellNumberFormatter.java | 4 +- .../poi/ss/format/CellTextFormatter.java | 2 +- .../poi/ss/formula/BaseFormulaEvaluator.java | 2 +- .../apache/poi/ss/formula/CellCacheEntry.java | 2 +- .../poi/ss/formula/CellEvaluationFrame.java | 2 +- .../ConditionalFormattingEvaluator.java | 26 ++--- .../ss/formula/DataValidationEvaluator.java | 12 +- .../apache/poi/ss/formula/EvaluationCell.java | 2 +- .../EvaluationConditionalFormatRule.java | 6 +- .../apache/poi/ss/formula/EvaluationName.java | 2 +- .../poi/ss/formula/EvaluationSheet.java | 2 +- .../poi/ss/formula/EvaluationTracker.java | 10 +- .../poi/ss/formula/EvaluationWorkbook.java | 2 +- .../ss/formula/ExternSheetReferenceToken.java | 2 +- .../apache/poi/ss/formula/FormulaParser.java | 4 +- .../ss/formula/FormulaParsingWorkbook.java | 2 +- .../poi/ss/formula/FormulaRenderer.java | 2 +- .../ss/formula/FormulaRenderingWorkbook.java | 2 +- .../poi/ss/formula/IEvaluationListener.java | 2 +- .../poi/ss/formula/IStabilityClassifier.java | 6 +- .../ss/formula/OperandClassTransformer.java | 6 +- .../poi/ss/formula/SheetNameFormatter.java | 6 +- .../ss/formula/WorkbookDependentFormula.java | 2 +- .../poi/ss/formula/WorkbookEvaluator.java | 6 +- .../apache/poi/ss/formula/atp/IfError.java | 6 +- .../org/apache/poi/ss/formula/atp/MRound.java | 8 +- .../ss/formula/atp/NetworkdaysFunction.java | 8 +- .../poi/ss/formula/atp/ParityFunction.java | 2 +- .../poi/ss/formula/atp/RandBetween.java | 12 +- .../poi/ss/formula/atp/WorkdayFunction.java | 8 +- .../apache/poi/ss/formula/atp/YearFrac.java | 8 +- .../ss/formula/atp/YearFracCalculator.java | 2 +- .../formula/constant/ConstantValueParser.java | 2 +- .../ss/formula/constant/ErrorConstant.java | 2 +- .../apache/poi/ss/formula/eval/BoolEval.java | 2 +- .../ss/formula/eval/EvaluationException.java | 16 +-- .../poi/ss/formula/eval/OperandResolver.java | 40 +++---- .../poi/ss/formula/eval/PercentEval.java | 2 +- .../eval/forked/ForkedEvaluationSheet.java | 2 +- .../eval/forked/ForkedEvaluationWorkbook.java | 2 +- .../formula/eval/forked/ForkedEvaluator.java | 2 +- .../ss/formula/functions/BaseNumberUtils.java | 2 +- .../poi/ss/formula/functions/Bin2Dec.java | 12 +- .../apache/poi/ss/formula/functions/Code.java | 10 +- .../poi/ss/formula/functions/Complex.java | 22 ++-- .../poi/ss/formula/functions/Days360.java | 18 +-- .../poi/ss/formula/functions/Dec2Bin.java | 12 +- .../poi/ss/formula/functions/Dec2Hex.java | 8 +- .../poi/ss/formula/functions/Delta.java | 8 +- .../poi/ss/formula/functions/EOMonth.java | 14 +-- .../poi/ss/formula/functions/Errortype.java | 4 +- .../poi/ss/formula/functions/FactDouble.java | 12 +- .../poi/ss/formula/functions/FinanceLib.java | 4 +- .../ss/formula/functions/FreeRefFunction.java | 4 +- .../poi/ss/formula/functions/Hex2Dec.java | 10 +- .../poi/ss/formula/functions/Hlookup.java | 16 +-- .../poi/ss/formula/functions/Hyperlink.java | 12 +- .../poi/ss/formula/functions/ImReal.java | 12 +- .../poi/ss/formula/functions/Imaginary.java | 12 +- .../poi/ss/formula/functions/Index.java | 2 +- .../poi/ss/formula/functions/Indirect.java | 8 +- .../poi/ss/formula/functions/Intercept.java | 8 +- .../functions/LinearRegressionFunction.java | 8 +- .../ss/formula/functions/LogicalFunction.java | 18 +-- .../poi/ss/formula/functions/Lookup.java | 12 +- .../poi/ss/formula/functions/LookupUtils.java | 6 +- .../poi/ss/formula/functions/Match.java | 12 +- .../poi/ss/formula/functions/MathX.java | 20 ++-- .../poi/ss/formula/functions/Oct2Dec.java | 8 +- .../poi/ss/formula/functions/Offset.java | 22 ++-- .../poi/ss/formula/functions/Quotient.java | 8 +- .../poi/ss/formula/functions/Replace.java | 16 +-- .../apache/poi/ss/formula/functions/Rept.java | 8 +- .../poi/ss/formula/functions/Roman.java | 12 +- .../poi/ss/formula/functions/Slope.java | 8 +- .../poi/ss/formula/functions/StatsLib.java | 4 +- .../poi/ss/formula/functions/Substitute.java | 2 +- .../poi/ss/formula/functions/Subtotal.java | 10 +- .../poi/ss/formula/functions/Sumif.java | 6 +- .../poi/ss/formula/functions/Sumifs.java | 4 +- .../poi/ss/formula/functions/Sumproduct.java | 10 +- .../poi/ss/formula/functions/Sumx2my2.java | 8 +- .../poi/ss/formula/functions/Sumx2py2.java | 8 +- .../poi/ss/formula/functions/Sumxmy2.java | 8 +- .../apache/poi/ss/formula/functions/T.java | 2 +- .../ss/formula/functions/TextFunction.java | 26 ++--- .../poi/ss/formula/functions/Today.java | 2 +- .../poi/ss/formula/functions/Value.java | 4 +- .../poi/ss/formula/functions/Vlookup.java | 16 +-- .../poi/ss/formula/functions/WeekNum.java | 12 +- .../org/apache/poi/ss/formula/ptg/Ptg.java | 4 +- .../poi/ss/usermodel/BuiltinFormats.java | 84 +++++++------- .../poi/ss/usermodel/ConditionFilterType.java | 2 +- .../usermodel/ConditionalFormattingRule.java | 18 +-- .../ConditionalFormattingRule.java.svntmp | 16 +-- .../poi/ss/usermodel/DataFormatter.java | 4 +- .../poi/ss/usermodel/FormulaEvaluator.java | 2 +- .../org/apache/poi/ss/usermodel/Picture.java | 6 +- .../poi/ss/usermodel/TableStyleType.java | 6 +- .../org/apache/poi/ss/usermodel/Workbook.java | 2 +- .../org/apache/poi/ss/util/AreaReference.java | 4 +- .../apache/poi/ss/util/CellRangeAddress.java | 2 +- .../poi/ss/util/CellRangeAddressBase.java | 6 +- .../org/apache/poi/ss/util/CellRangeUtil.java | 4 +- .../org/apache/poi/ss/util/CellReference.java | 6 +- .../apache/poi/ss/util/ExpandedDouble.java | 12 +- .../apache/poi/ss/util/MutableFPNumber.java | 6 +- .../apache/poi/ss/util/NormalisedDecimal.java | 12 +- .../apache/poi/ss/util/NumberComparer.java | 16 +-- .../poi/ss/util/NumberToTextConverter.java | 2 +- .../org/apache/poi/ss/util/SheetBuilder.java | 2 +- .../org/apache/poi/ss/util/SheetUtil.java | 4 +- .../poi/util/DelayableLittleEndianOutput.java | 2 +- .../org/apache/poi/util/LittleEndian.java | 2 +- .../poi/util/LittleEndianInputStream.java | 2 +- .../apache/poi/util/ReplacingInputStream.java | 2 +- src/java/org/apache/poi/util/StringUtil.java | 4 +- src/java/org/apache/poi/util/Units.java | 4 +- .../apache/poi/xssf/streaming/SXSSFCell.java | 2 +- .../xssf/usermodel/CustomIndexedColorMap.java | 4 +- .../xssf/usermodel/XSSFBuiltinTableStyle.java | 2 +- .../apache/poi/xssf/usermodel/XSSFCell.java | 4 +- .../poi/xssf/usermodel/XSSFCellStyle.java | 14 +-- .../xssf/usermodel/XSSFFormulaEvaluator.java | 2 +- .../apache/poi/xssf/usermodel/XSSFMap.java | 2 +- .../poi/xssf/usermodel/XSSFPicture.java | 6 +- .../poi/xssf/usermodel/XSSFPictureData.java | 2 +- .../apache/poi/xssf/usermodel/XSSFSheet.java | 2 +- .../XSSFSheetConditionalFormatting.java | 2 +- .../poi/xssf/usermodel/XSSFVMLDrawing.java | 2 +- .../poi/xssf/usermodel/XSSFWorkbook.java | 14 +-- .../extensions/XSSFCellAlignment.java | 12 +- .../usermodel/helpers/XSSFFormulaUtils.java | 2 +- .../util/EvilUnclosedBRFixingInputStream.java | 2 +- .../poi/xwpf/usermodel/AbstractXWPFSDT.java | 4 +- .../apache/poi/xwpf/usermodel/BreakClear.java | 2 +- .../org/apache/poi/xwpf/usermodel/ICell.java | 2 +- .../apache/poi/xwpf/usermodel/IRunBody.java | 2 +- .../poi/xwpf/usermodel/IRunElement.java | 2 +- .../poi/xwpf/usermodel/ISDTContent.java | 6 +- .../poi/xwpf/usermodel/XWPFDocument.java | 106 +++++++++--------- .../poi/xwpf/usermodel/XWPFParagraph.java | 62 +++++----- .../poi/xwpf/usermodel/XWPFPictureData.java | 2 +- .../apache/poi/xwpf/usermodel/XWPFRun.java | 24 ++-- .../apache/poi/xwpf/usermodel/XWPFSDT.java | 2 +- .../poi/xwpf/usermodel/XWPFSDTCell.java | 4 +- .../poi/xwpf/usermodel/XWPFSDTContent.java | 6 +- .../xwpf/usermodel/XWPFSDTContentCell.java | 2 +- .../poi/xwpf/usermodel/XWPFSettings.java | 56 ++++----- .../apache/poi/xwpf/usermodel/XWPFTable.java | 2 +- .../poi/openxml4j/opc/TestFileHelper.java | 2 +- .../xssf/usermodel/TestXSSFVMLDrawing.java | 2 +- .../TestEvilUnclosedBRFixingInputStream.java | 6 +- .../poi/xwpf/TestAllExtendedProperties.java | 2 +- .../TestPackageCorePropertiesGetKeywords.java | 2 +- .../poi/hslf/record/SSSlideInfoAtom.java | 8 +- .../apache/poi/hwmf/record/HwmfBitmapDib.java | 12 +- .../apache/poi/hslf/HSLFTestDataSamples.java | 4 +- .../apache/poi/hwpf/HWPFTestDataSamples.java | 2 +- src/testcases/org/apache/poi/AllPOITests.java | 2 +- .../apache/poi/hssf/HSSFTestDataSamples.java | 2 +- .../org/apache/poi/hssf/HSSFTests.java | 2 +- .../poi/hssf/model/TestFormulaParser.java | 6 +- .../apache/poi/hssf/model/TestLinkTable.java | 2 +- .../org/apache/poi/hssf/model/TestSheet.java | 4 +- .../poi/hssf/record/TestBoolErrRecord.java | 2 +- .../poi/hssf/record/TestDConRefRecord.java | 6 +- .../TestEmbeddedObjectRefSubRecord.java | 2 +- .../hssf/record/TestRecordInputStream.java | 2 +- .../apache/poi/hssf/record/TestSubRecord.java | 2 +- .../TestFormulaRecordAggregate.java | 2 +- .../aggregates/TestRowRecordsAggregate.java | 6 +- .../aggregates/TestSharedValueManager.java | 8 +- .../aggregates/TestValueRecordsAggregate.java | 10 +- .../usermodel/TestHSSFFormulaEvaluator.java | 2 +- .../poi/hssf/usermodel/TestHSSFName.java | 2 +- .../poi/hssf/usermodel/TestSanityChecker.java | 2 +- .../filesystem/AllPOIFSFileSystemTests.java | 2 +- .../poifs/property/AllPOIFSPropertyTests.java | 2 +- .../poifs/storage/AllPOIFSStorageTests.java | 2 +- .../apache/poi/poifs/storage/RawDataUtil.java | 6 +- .../poi/ss/format/CellFormatTestBase.java | 2 +- .../poi/ss/formula/EvaluationListener.java | 2 +- .../poi/ss/formula/eval/TestEqualEval.java | 4 +- .../poi/ss/formula/eval/TestFormulaBugs.java | 8 +- .../eval/TestFormulasFromSpreadsheet.java | 2 +- .../ss/formula/eval/TestMinusZeroResult.java | 2 +- .../ss/formula/eval/TestUnaryPlusEval.java | 2 +- .../eval/forked/TestForkedEvaluator.java | 2 +- .../functions/NumericFunctionInvoker.java | 6 +- .../TestCodeFunctionsFromSpreadsheet.java | 2 +- .../TestComplexFunctionsFromSpreadsheet.java | 2 +- .../TestDeltaFunctionsFromSpreadsheet.java | 2 +- ...estFactDoubleFunctionsFromSpreadsheet.java | 2 +- .../TestImRealFunctionsFromSpreadsheet.java | 2 +- ...TestImaginaryFunctionsFromSpreadsheet.java | 2 +- .../poi/ss/formula/functions/TestIndex.java | 6 +- .../TestIndexFunctionFromSpreadsheet.java | 2 +- .../TestIndirectFunctionFromSpreadsheet.java | 2 +- .../TestLookupFunctionsFromSpreadsheet.java | 2 +- .../poi/ss/formula/functions/TestMatch.java | 2 +- .../TestMatchFunctionsFromSpreadsheet.java | 2 +- .../TestQuotientFunctionsFromSpreadsheet.java | 2 +- .../TestReptFunctionsFromSpreadsheet.java | 2 +- .../TestRomanFunctionsFromSpreadsheet.java | 2 +- .../TestWeekNumFunctionsFromSpreadsheet.java | 2 +- ...stWeekNumFunctionsFromSpreadsheet2013.java | 2 +- .../poi/ss/usermodel/BaseTestNamedRange.java | 2 +- .../BaseTestSheetUpdateArrayFormulas.java | 2 +- .../ss/util/TestNumberToTextConverter.java | 8 +- .../org/apache/poi/util/AllPOIUtilTests.java | 2 +- 272 files changed, 854 insertions(+), 854 deletions(-) diff --git a/src/examples/src/org/apache/poi/hssf/usermodel/examples/HSSFReadWrite.java b/src/examples/src/org/apache/poi/hssf/usermodel/examples/HSSFReadWrite.java index 1f56f7ec5e..2393b18122 100644 --- a/src/examples/src/org/apache/poi/hssf/usermodel/examples/HSSFReadWrite.java +++ b/src/examples/src/org/apache/poi/hssf/usermodel/examples/HSSFReadWrite.java @@ -140,15 +140,15 @@ public final class HSSFReadWrite { * Method main * * Given 1 argument takes that as the filename, inputs it and dumps the - * cell values/types out to sys.out.
+ * cell values/types out to sys.out.
* * given 2 arguments where the second argument is the word "write" and the * first is the filename - writes out a sample (test) spreadsheet - * see {@link HSSFReadWrite#testCreateSampleSheet(String)}.
+ * see {@link HSSFReadWrite#testCreateSampleSheet(String)}.
* * given 2 arguments where the first is an input filename and the second * an output filename (not write), attempts to fully read in the - * spreadsheet and fully write it out.
+ * spreadsheet and fully write it out.
* * given 3 arguments where the first is an input filename and the second an * output filename (not write) and the third is "modify1", attempts to read in the diff --git a/src/examples/src/org/apache/poi/hssf/view/SVSheetTable.java b/src/examples/src/org/apache/poi/hssf/view/SVSheetTable.java index c9e2090877..30ce49f8e5 100644 --- a/src/examples/src/org/apache/poi/hssf/view/SVSheetTable.java +++ b/src/examples/src/org/apache/poi/hssf/view/SVSheetTable.java @@ -64,11 +64,11 @@ public class SVSheetTable extends JTable { /** * This field is the magic number to convert from a Character width to a java * pixel width. - *

+ *

* When the "normal" font size in a workbook changes, this effects all of the * heights and widths. Unfortunately there is no way to retrieve this * information, hence the MAGIC number. - *

+ *

* This number may only work for the normal style font size of Arial size 10. */ private static final int magicCharFactor = 7; diff --git a/src/examples/src/org/apache/poi/hssf/view/brush/PendingPaintings.java b/src/examples/src/org/apache/poi/hssf/view/brush/PendingPaintings.java index 3b95c05ac1..a8b3849dc5 100644 --- a/src/examples/src/org/apache/poi/hssf/view/brush/PendingPaintings.java +++ b/src/examples/src/org/apache/poi/hssf/view/brush/PendingPaintings.java @@ -29,7 +29,7 @@ import java.util.List; * initial paint of the component, and then executed at the appropriate time, * such as at the end of the containing object's {@link * JComponent#paintChildren(Graphics)} method. - *

+ *

* It is up to the parent component to invoke the {@link #paint(Graphics2D)} * method of this objet at that appropriate time. * @@ -153,7 +153,7 @@ public class PendingPaintings { * is retrieved from the first object found that has a {@link * #PENDING_PAINTINGS} client property, starting with this component and * looking up its ancestors (parent, parent's parent, etc.) - *

+ *

* This allows any descendant of a component that has a {@link * PendingPaintings} property to add its own pending paintings. * diff --git a/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java b/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java index bd537c1d15..09ac0ed2c8 100644 --- a/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java +++ b/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java @@ -46,7 +46,7 @@ import org.xml.sax.XMLReader; * org.apache.poi.hssf.eventusermodel.examples. * As with the HSSF version, this tries to spot missing * rows and cells, and output empty entries for them. - *

+ *

* Data sheets are read using a SAX parser to keep the * memory footprint relatively small, so this should be * able to read enormous workbooks. The styles table and @@ -55,7 +55,7 @@ import org.xml.sax.XMLReader; * (read-only) class is used for the shared string table * because the standard POI SharedStringsTable grows very * quickly with the number of unique strings. - *

+ *

* For a more advanced implementation of SAX event parsing * of XLSX files, see {@link XSSFEventBasedExcelExtractor} * and {@link XSSFSheetXMLHandler}. Note that for many cases, diff --git a/src/examples/src/org/apache/poi/xwpf/usermodel/examples/UpdateEmbeddedDoc.java b/src/examples/src/org/apache/poi/xwpf/usermodel/examples/UpdateEmbeddedDoc.java index 77e04a7ef8..4b1641b97f 100644 --- a/src/examples/src/org/apache/poi/xwpf/usermodel/examples/UpdateEmbeddedDoc.java +++ b/src/examples/src/org/apache/poi/xwpf/usermodel/examples/UpdateEmbeddedDoc.java @@ -144,14 +144,14 @@ public class UpdateEmbeddedDoc { * Called to test whether or not the embedded workbook was correctly * updated. This method simply recovers the first cell from the first row * of the first workbook and tests the value it contains. - *

+ *

* Note that execution will not continue up to the assertion as the * embedded workbook is now corrupted and causes an IllegalArgumentException * with the following message - *

+ *

* java.lang.IllegalArgumentException: Your InputStream was neither an * OLE2 stream, nor an OOXML stream - *

+ *

* to be thrown when the WorkbookFactory.createWorkbook(InputStream) method * is executed. * diff --git a/src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java b/src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java index 2e0feae806..2a4d714980 100644 --- a/src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java +++ b/src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java @@ -37,7 +37,7 @@ import org.apache.tools.ant.ProjectHelper; /** * A BuildFileTest is a TestCase which executes targets from an Ant buildfile * for testing. - *

+ *

* This class provides a number of utility methods for particular build file * tests which extend this class. * @@ -73,7 +73,7 @@ public abstract class BuildFileTest extends TestCase { /** * Automatically calls the target called "tearDown" * from the build file tested if it exits. - *

+ *

* This allows to use Ant tasks directly in the build file * to clean up after each test. Note that no "setUp" target * is automatically called, since it's trivial to have a @@ -215,7 +215,7 @@ public abstract class BuildFileTest extends TestCase { /** * Gets the log the BuildFileTest object. - *

+ *

* Only valid if configureProject() has been called. * * @return The log value diff --git a/src/java/org/apache/poi/hssf/model/InternalSheet.java b/src/java/org/apache/poi/hssf/model/InternalSheet.java index 35723ae1bb..397c1f6e31 100644 --- a/src/java/org/apache/poi/hssf/model/InternalSheet.java +++ b/src/java/org/apache/poi/hssf/model/InternalSheet.java @@ -75,7 +75,7 @@ public final class InternalSheet { private PageSettingsBlock _psBlock; /** - * 'Worksheet Protection Block'
+ * 'Worksheet Protection Block'
* Aggregate object is always present, but possibly empty. */ private final WorksheetProtectionBlock _protectionBlock = new WorksheetProtectionBlock(); diff --git a/src/java/org/apache/poi/hssf/model/LinkTable.java b/src/java/org/apache/poi/hssf/model/LinkTable.java index cc40258382..3e12384e9d 100644 --- a/src/java/org/apache/poi/hssf/model/LinkTable.java +++ b/src/java/org/apache/poi/hssf/model/LinkTable.java @@ -40,21 +40,21 @@ import org.apache.poi.ss.formula.ptg.Ref3DPtg; import org.apache.poi.ss.usermodel.Workbook; /** - * Link Table (OOO pdf reference: 4.10.3 )

+ * Link Table (OOO pdf reference: 4.10.3 )

* * The main data of all types of references is stored in the Link Table inside the Workbook Globals * Substream (4.2.5). The Link Table itself is optional and occurs only if there are any * references in the document. - *

+ *

* * In BIFF8 the Link Table consists of *