Author: ssteiner
Date: Wed Aug 16 10:50:04 2017
New Revision: 1805173

URL: http://svn.apache.org/viewvc?rev=1805173&view=rev
Log:
Fix javadocs under java 8

Modified:
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactory.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactoryBuilder.java
    xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Block.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/BookmarkData.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Resolvable.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineArea.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineParent.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/AreaTreeInputHandler.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/IFInputHandler.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/InputHandler.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphPositioningTable.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionTable.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphTable.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/OTFAdvancedTypographicTableReader.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/CharAssociation.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/GlyphSequence.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/Numeric.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/URISpecification.java
    xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FONode.java
    xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FOText.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/PropertyList.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/StringCharIterator.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/expr/NumericProperty.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/BlockContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListBlock.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItem.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemBody.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemLabel.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Marker.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Markers.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Wrapper.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/table/TableEventProducer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/pagination/RegionBody.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/LengthRangeProperty.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/URIProperty.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/CustomFont.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/EmbedFontInfo.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontCache.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/SingleByteFont.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/XMLFontMetricsReader.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/PFMReader.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/TTFReader.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/cff/CFFDataReader.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/truetype/OpenFont.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/AdobeStandardEncoding.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/Type1FontLoader.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/Hyphenation.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/HyphenationTree.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/Adjustment.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PageProvider.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PositionIterator.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/SpaceResolver.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
    xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/PDFRoot.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/StructureHierarchyMember.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/AbstractPathOrientedRenderer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ImageHandlerBase.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/exceptions/RendererRuntimeException.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPAttribute.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPIncludeFormMapElement.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPPageOverlayElement.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPPageSegmentElement.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/bitmap/TIFFRenderer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/intermediate/BorderPainter.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/intermediate/IFContext.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/intermediate/IFSerializer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/pcl/PCLGenerator.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/pcl/PCLPageDefinition.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/pdf/PDFContentGenerator.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/AbstractPSTranscoder.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/EPSTranscoder.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/PSTextElementBridge.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/PSTextPainter.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/PSTranscoder.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/BorderAttributesConverter.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/RTFPlaceHolderHelper.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/exceptions/RtfException.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/exceptions/RtfStructureException.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IBorderAttributes.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfAfterContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfBeforeContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfExternalGraphicContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfHyperLinkContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfJforCmdContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfListContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfOptions.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageBreakContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageNumberCitationContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageNumberContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfParagraphContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfParagraphKeepTogetherContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTableContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTextContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/ITableAttributes.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/ITableColumnsInfo.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IrtfTemplateContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/ParagraphKeeptogetherContext.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfAfter.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfBefore.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfBookmark.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfBookmarkContainerImpl.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfColorTable.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfContainer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfDocumentArea.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfElement.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfExternalGraphic.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfFile.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfFontManager.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfFontTable.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfHeader.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfHyperLink.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfJforCmd.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfLineBreak.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfList.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListItem.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyle.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleBullet.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleNumber.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleText.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListTable.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfNull.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfOptions.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPage.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPageArea.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPageBreak.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPageNumber.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPageNumberCitation.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfParagraph.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfParagraphKeepTogether.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfSection.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfString.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfStringConverter.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfStyleSheetTable.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTable.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableCell.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableRow.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTemplate.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfText.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/WhitespaceCollapser.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageConstants.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageUtil.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/xml/XMLRenderer.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopPrintServlet.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopServlet.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPImageElementBridge.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPTextElementBridge.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/NativeTextPainter.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFAElementBridge.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFImageElementBridge.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextElementBridge.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextPainter.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTranscoder.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/tools/anttasks/Fop.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/traits/MinOptMax.java
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/util/XMLUtil.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/BasicLink.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/CreateTestDocuments.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/DummyTableColumnsInfo.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ExternalGraphic.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ListInTable.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/MergedTableCells.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/NestedTable.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ParagraphAlignment.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleDocument.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleLists.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleTable.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TestDocument.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TextAttributes.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/Whitespace.java
    
xmlgraphics/fop/trunk/fop-events/src/main/java/org/apache/fop/events/EventProducer.java

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactory.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactory.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactory.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactory.java
 Wed Aug 16 10:50:04 2017
@@ -163,7 +163,6 @@ public final class FopFactory implements
      * are particular to a rendering run. Don't reuse instances over multiple 
rendering runs but
      * instead create a new one each time and reuse the FopFactory.
      * @return the newly created FOUserAgent instance initialized with default 
values
-     * @throws FOPException
      */
     public FOUserAgent newFOUserAgent() {
         FOUserAgent userAgent = new FOUserAgent(this, resolver);

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactoryBuilder.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactoryBuilder.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactoryBuilder.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactoryBuilder.java
 Wed Aug 16 10:50:04 2017
@@ -63,7 +63,7 @@ public final class FopFactoryBuilder {
     /**
      * A builder class for {@link FopFactory} which can be used for setting 
configuration. This is
      * a helper constructor that uses the default URI resolver implementation 
that FOP packages
-     * provide ({@link 
org.apache.fop.apps.io.ResourceResolverFactory.DefaultResourceResolver}).
+     * provide.
      *
      * @param defaultBaseURI the default base URI for resolving URIs against
      */

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Block.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Block.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Block.java 
(original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Block.java 
Wed Aug 16 10:50:04 2017
@@ -169,7 +169,7 @@ public class Block extends BlockParent {
     /**
      * Sets the location in the source XML of the FO that generated this area.
      *
-     * @location the line and column location
+     * @param location the line and column location
      */
     public void setLocation(String location) {
         this.location = location;

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/BookmarkData.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/BookmarkData.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/BookmarkData.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/BookmarkData.java
 Wed Aug 16 10:50:04 2017
@@ -95,7 +95,7 @@ public class BookmarkData extends Abstra
     /**
      * Create a new bookmark data root object.
      * This constructor is called by the AreaTreeParser when the
-     * <bookmarkTree> element is read from the XML file
+     * &lt;bookmarkTree&gt; element is read from the XML file
      */
     public BookmarkData() {
         idRef = null;
@@ -106,7 +106,7 @@ public class BookmarkData extends Abstra
     /**
      * Create a new bookmark data object.
      * This constructor is called by the AreaTreeParser when a
-     * <bookmark> element is read from the XML file.
+     * &lt;bookmark&gt; element is read from the XML file.
      *
      * @param title the bookmark's title
      * @param showChildren whether to initially display the bookmark's children

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Resolvable.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Resolvable.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Resolvable.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Resolvable.java
 Wed Aug 16 10:50:04 2017
@@ -23,7 +23,7 @@ import java.util.List;
 
 /**
  * Resolvable Interface.  Classes that implement this interface contain
- * idrefs (see Section 5.11 of spec for definition of <idref> datatype)
+ * idrefs (see Section 5.11 of spec for definition of &lt;idref&gt; datatype)
  * that are resolved when their target IDs are added to the area tree.
  */
 public interface Resolvable {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineArea.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineArea.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineArea.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineArea.java
 Wed Aug 16 10:50:04 2017
@@ -291,7 +291,7 @@ public class InlineArea extends Area {
      * elements.
      *
      * @return the offset that this area would have if the before-edge of its
-     * content-rectangle were coinciding with the <q>beforest</q> before-edge 
of its
+     * content-rectangle were coinciding with the beforest before-edge of its
      * children allocation-rectangles.
      * @see #getVirtualBPD()
      * @see BasicLinkArea

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineParent.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineParent.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineParent.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineParent.java
 Wed Aug 16 10:50:04 2017
@@ -42,11 +42,11 @@ public class InlineParent extends Inline
     /** Controls whether the IPD is automatically adjusted based on the area's 
children. */
     protected transient boolean autoSize;
 
-    /** The offset of the <q>beforest</q> child area of this area. */
+    /** The offset of the beforest child area of this area. */
     protected int minChildOffset;
 
     /**
-     * The offset of the <q>afterest</q> child area of this area. Offset from 
the
+     * The offset of the afterest child area of this area. Offset from the
      * before-edge of this area's content-rectangle and the after-edge of the 
child area's
      * allocation-rectangle.
      */

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/AreaTreeInputHandler.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/AreaTreeInputHandler.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/AreaTreeInputHandler.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/AreaTreeInputHandler.java
 Wed Aug 16 10:50:04 2017
@@ -41,7 +41,7 @@ import org.apache.fop.fonts.FontInfo;
 public class AreaTreeInputHandler extends InputHandler {
 
     /**
-     * Constructor for XML->XSLT->area tree XML input
+     * Constructor for XML-&gt;XSLT-&gt;area tree XML input
      * @param xmlfile XML file
      * @param xsltfile XSLT file
      * @param params Vector of command-line parameters (name, value,

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/IFInputHandler.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/IFInputHandler.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/IFInputHandler.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/IFInputHandler.java
 Wed Aug 16 10:50:04 2017
@@ -40,7 +40,7 @@ import org.apache.fop.render.intermediat
 public class IFInputHandler extends InputHandler {
 
     /**
-     * Constructor for XML->XSLT->intermediate XML input
+     * Constructor for XML-&gt;XSLT-&gt;intermediate XML input
      * @param xmlfile XML file
      * @param xsltfile XSLT file
      * @param params Vector of command-line parameters (name, value,

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/InputHandler.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/InputHandler.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/InputHandler.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/InputHandler.java
 Wed Aug 16 10:50:04 2017
@@ -72,7 +72,7 @@ public class InputHandler implements Err
     protected Log log = LogFactory.getLog(InputHandler.class);
 
     /**
-     * Constructor for XML->XSLT->FO input
+     * Constructor for XML-&gt;XSLT-&gt;FO input
      *
      * @param xmlfile XML file
      * @param xsltfile XSLT file

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphPositioningTable.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphPositioningTable.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphPositioningTable.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphPositioningTable.java
 Wed Aug 16 10:50:04 2017
@@ -1791,7 +1791,7 @@ public class GlyphPositioningTable exten
         }
 
         /**
-         * Find device adjustment.
+         * Find device adjustment. asf.todo at present, assumes that 1 device 
unit equals one point
          * @param fontSize the font size to search for
          * @return an adjustment if font size matches an entry
          */

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionTable.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionTable.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionTable.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionTable.java
 Wed Aug 16 10:50:04 2017
@@ -1315,8 +1315,8 @@ public class GlyphSubstitutionTable exte
 
     /**
      * The <code>Ligature</code> class implements a ligature lookup result in 
terms of
-     * a ligature glyph (code) and the <emph>N+1...</emph> components that 
comprise the ligature,
-     * where the <emph>Nth</emph> component was consumed in the coverage table 
lookup mapping to
+     * a ligature glyph (code) and the N+1... components that comprise the 
ligature,
+     * where the Nth component was consumed in the coverage table lookup 
mapping to
      * this ligature instance.
      */
     public static class Ligature {
@@ -1327,7 +1327,7 @@ public class GlyphSubstitutionTable exte
         /**
          * Instantiate a ligature.
          * @param ligature glyph id
-         * @param components sequence of <emph>N+1...</emph> component glyph 
(or character) identifiers
+         * @param components sequence of N+1... component glyph (or character) 
identifiers
          */
         public Ligature(int ligature, int[] components) {
             if ((ligature < 0) || (ligature > 65535)) {
@@ -1350,7 +1350,7 @@ public class GlyphSubstitutionTable exte
             return ligature;
         }
 
-        /** @return array of <emph>N+1...</emph> components */
+        /** @return array of N+1... components */
         public int[] getComponents() {
             return components;
         }

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphTable.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphTable.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphTable.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphTable.java
 Wed Aug 16 10:50:04 2017
@@ -175,7 +175,7 @@ public class GlyphTable {
     }
 
     /**
-     * Match lookup specifications according to <script,language,feature> 
tuple, where
+     * Match lookup specifications according to 
&lt;script,language,feature&gt; tuple, where
      * '*' is a wildcard for a tuple component.
      * @param script a script identifier
      * @param language a language identifier
@@ -208,7 +208,7 @@ public class GlyphTable {
     }
 
     /**
-     * Match lookup specifications according to <script,language,feature> 
tuple, where
+     * Match lookup specifications according to 
&lt;script,language,feature&gt; tuple, where
      * '*' is a wildcard for a tuple component.
      * @param script a script identifier
      * @param language a language identifier
@@ -346,7 +346,7 @@ public class GlyphTable {
     }
 
     /**
-     * A structure class encapsulating a lookup specification as a 
<script,language,feature> tuple.
+     * A structure class encapsulating a lookup specification as a 
&lt;script,language,feature&gt; tuple.
      */
     public static class LookupSpec implements Comparable {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/OTFAdvancedTypographicTableReader.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/OTFAdvancedTypographicTableReader.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/OTFAdvancedTypographicTableReader.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/OTFAdvancedTypographicTableReader.java
 Wed Aug 16 10:50:04 2017
@@ -63,7 +63,7 @@ public final class OTFAdvancedTypographi
 
     /**
      * Construct an <code>OTFAdvancedTypographicTableReader</code> instance.
-     * @param ttf parent font file reader (must be non-null)
+     * @param otf parent font file reader (must be non-null)
      * @param in font file reader (must be non-null)
      */
     public OTFAdvancedTypographicTableReader(OpenFont otf, FontFileReader in) {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/CharAssociation.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/CharAssociation.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/CharAssociation.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/CharAssociation.java
 Wed Aug 16 10:50:04 2017
@@ -145,7 +145,7 @@ public class CharAssociation implements
     }
 
     /**
-     * Set predication <KEY,VALUE>.
+     * Set predication &lt;KEY,VALUE&gt;.
      * @param key predication key
      * @param value predication value
      */
@@ -172,7 +172,7 @@ public class CharAssociation implements
     }
 
     /**
-     * Merge predication <KEY,VALUE>.
+     * Merge predication &lt;KEY,VALUE&gt;.
      * @param key predication key
      * @param value predication value
      */

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/GlyphSequence.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/GlyphSequence.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/GlyphSequence.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/GlyphSequence.java
 Wed Aug 16 10:50:04 2017
@@ -303,7 +303,7 @@ public class GlyphSequence implements Cl
     }
 
     /**
-     * Set predication <KEY,VALUE> at glyph sequence OFFSET.
+     * Set predication &lt;KEY,VALUE&gt; at glyph sequence OFFSET.
      * @param offset offset (index) into glyph sequence
      * @param key predication key
      * @param value predication value

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/Numeric.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/Numeric.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/Numeric.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/Numeric.java
 Wed Aug 16 10:50:04 2017
@@ -35,7 +35,6 @@ public interface Numeric {
     /**
      * Return the value of this Numeric
      * @return the computed value.
-     * @throws PropertyException if a property exception occurs
      */
     double getNumericValue();
 
@@ -43,7 +42,6 @@ public interface Numeric {
      * Return the value of this Numeric
      * @param context The context for the length calculation (for percentage 
based lengths)
      * @return the computed value.
-     * @throws PropertyException if a property exception occurs
      */
     double getNumericValue(PercentBaseContext context);
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/URISpecification.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/URISpecification.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/URISpecification.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/URISpecification.java
 Wed Aug 16 10:50:04 2017
@@ -23,7 +23,7 @@ import java.io.UnsupportedEncodingExcept
 
 
 /**
- * This class contains method to deal with the <uri-specification> datatype 
from XSL-FO.
+ * This class contains method to deal with the &lt;uri-specification&gt; 
datatype from XSL-FO.
  */
 public final class URISpecification {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FONode.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FONode.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FONode.java 
(original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FONode.java 
Wed Aug 16 10:50:04 2017
@@ -1013,7 +1013,7 @@ public abstract class FONode implements
 
     /**
      * Base iterator interface over a FO's children, offering three methods on 
top of the base interface
-     * methods {@see java.util.ListIterator}.
+     * methods.
      */
     public interface FONodeIterator extends ListIterator<FONode> {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FOText.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FOText.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FOText.java 
(original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FOText.java 
Wed Aug 16 10:50:04 2017
@@ -212,7 +212,7 @@ public class FOText extends FONode imple
      * Check if this text node will create an area.
      * This means either there is non-whitespace or it is
      * preserved whitespace.
-     * Maybe this just needs to check length > 0, since char iterators
+     * Maybe this just needs to check length &gt; 0, since char iterators
      * handle whitespace.
      *
      * @return true if this will create an area in the output

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/PropertyList.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/PropertyList.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/PropertyList.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/PropertyList.java
 Wed Aug 16 10:50:04 2017
@@ -335,7 +335,7 @@ public abstract class PropertyList {
      * <li>number-columns-spanned</li>
      * <li>font</li>
      * <li>font-size</li>
-     * <li><emph>all others in order of appearance</emph></li>
+     * <li>all others in order of appearance</li>
      * </ol>
      *
      * @param attributes Collection of attributes passed to us from the parser.

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/StringCharIterator.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/StringCharIterator.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/StringCharIterator.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/StringCharIterator.java
 Wed Aug 16 10:50:04 2017
@@ -31,7 +31,7 @@ public class StringCharIterator extends
 
     /**
      * Constructor
-     * @param c the character that this iterator should iterate.
+     * @param s the character that this iterator should iterate.
      */
     public StringCharIterator(String s) {
         this.index = -1;

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/expr/NumericProperty.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/expr/NumericProperty.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/expr/NumericProperty.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/expr/NumericProperty.java
 Wed Aug 16 10:50:04 2017
@@ -42,7 +42,7 @@ public class NumericProperty extends Pro
      * including absolute length, percent length, table units.
      * @param value The value of the numeric.
      * @param dim The dimension of the value. 0 for a Number, 1 for a Length
-     * (any type), >1, <0 if Lengths have been multiplied or divided.
+     * (any type), &gt;1, &lt;0 if Lengths have been multiplied or divided.
      */
     protected NumericProperty(double value, int dim) {
         this.value = value;

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/BlockContainer.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/BlockContainer.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/BlockContainer.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/BlockContainer.java
 Wed Aug 16 10:50:04 2017
@@ -112,7 +112,7 @@ public class BlockContainer extends FObj
     /**
      * {@inheritDoc}
      * <br>XSL Content Model: marker* (%block;)+
-     * <br><i><b>BUT</b>: "In addition an fo:block-container that does not 
generate an
+     * <br><b>BUT</b>: "In addition an fo:block-container that does not 
generate an
      * absolutely positioned area may have a sequence of zero or more
      * fo:markers as its initial children."
      * The latter refers to block-containers with absolute-position="absolute"

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListBlock.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListBlock.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListBlock.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListBlock.java
 Wed Aug 16 10:50:04 2017
@@ -35,8 +35,8 @@ import org.apache.fop.fo.properties.Comm
 import org.apache.fop.fo.properties.KeepProperty;
 
 /**
- * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_list-block";>
- * <code>fo:list-block</code></a> object.
+ * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_list-block";>list 
block</a>
+ * <code>fo:list-block</code> object.
  */
 public class ListBlock extends FObj implements BreakPropertySet, 
CommonAccessibilityHolder {
     // The value of properties relevant for fo:list-block.

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItem.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItem.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItem.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItem.java
 Wed Aug 16 10:50:04 2017
@@ -37,8 +37,8 @@ import org.apache.fop.fo.properties.Comm
 import org.apache.fop.fo.properties.KeepProperty;
 
 /**
- * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_list-item";>
- * <code>fo:list-item</code></a> object.
+ * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_list-item";>list 
item</a>
+ * <code>fo:list-item</code> object.
  */
 public class ListItem extends FObj implements BreakPropertySet, 
CommonAccessibilityHolder {
     // The value of properties relevant for fo:list-item.

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemBody.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemBody.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemBody.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemBody.java
 Wed Aug 16 10:50:04 2017
@@ -23,8 +23,8 @@ import org.apache.fop.apps.FOPException;
 import org.apache.fop.fo.FONode;
 
 /**
- * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_list-item-body";>
- * <code>fo:list-item-body object</code></a>.
+ * Class modelling the <a 
href="http://www.w3.org/TR/xsl/#fo_list-item-body";>list item</a>
+ * <code>fo:list-item-body object</code>.
  */
 public class ListItemBody extends AbstractListItemPart {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemLabel.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemLabel.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemLabel.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemLabel.java
 Wed Aug 16 10:50:04 2017
@@ -23,8 +23,8 @@ import org.apache.fop.apps.FOPException;
 import org.apache.fop.fo.FONode;
 
 /**
- * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_list-item-label";>
- * <code>fo:list-item-label</code></a> object.
+ * Class modelling the <a 
href="http://www.w3.org/TR/xsl/#fo_list-item-label";>list item</a>
+ * <code>fo:list-item-label</code> object.
  */
 public class ListItemLabel extends AbstractListItemPart {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Marker.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Marker.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Marker.java 
(original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Marker.java 
Wed Aug 16 10:50:04 2017
@@ -36,8 +36,8 @@ import org.apache.fop.fo.properties.Prop
 import org.apache.fop.fo.properties.PropertyCache;
 
 /**
- * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_marker";>
- * <code>fo:marker<code></a> object.
+ * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_marker";>marker</a>
+ * <code>fo:marker</code>object.
  */
 public class Marker extends FObjMixed {
     // The value of properties relevant for fo:marker.

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Markers.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Markers.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Markers.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Markers.java
 Wed Aug 16 10:50:04 2017
@@ -145,8 +145,6 @@ public final class Markers {
 
     /**
      * Retrieves the best candidate marker for the given position.
-     * @param name the key used to register the marker
-     * @param pos the retrieval scope position
      * @return a Marker instance
      */
     public Marker resolve(AbstractRetrieveMarker arm) {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Wrapper.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Wrapper.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Wrapper.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Wrapper.java
 Wed Aug 16 10:50:04 2017
@@ -32,8 +32,8 @@ import org.apache.fop.fo.properties.Comm
 import org.apache.fop.fo.properties.CommonAccessibilityHolder;
 
 /**
- * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_wrapper";>
- * <code>fo:wrapper</code></a> object.
+ * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_wrapper";>fo 
wrapper</a>
+ * <code>fo:wrapper</code> object.
  * The <code>fo:wrapper</code> object serves as a property holder for
  * its child node objects.
  */

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/table/TableEventProducer.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/table/TableEventProducer.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/table/TableEventProducer.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/table/TableEventProducer.java
 Wed Aug 16 10:50:04 2017
@@ -117,8 +117,8 @@ public interface TableEventProducer exte
             int actualValue, Locator loc) throws PropertyException;
 
     /**
-     * table-layout=\"fixed\" and column-width unspecified
-     * => falling back to proportional-column-width(1)
+     * table-layout=fixed and column-width unspecified
+     * =&gt; falling back to proportional-column-width(1)
      * @param source the event source
      * @param loc the location of the error or null
      * @event.severity WARN

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/pagination/RegionBody.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/pagination/RegionBody.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/pagination/RegionBody.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/pagination/RegionBody.java
 Wed Aug 16 10:50:04 2017
@@ -81,7 +81,7 @@ public class RegionBody extends Region {
     }
 
     /**
-     * Return the value of the <code>column-count<code> property.
+     * Return the value of the <code>column-count</code> property.
      * @return the "column-count" property.
      */
     public int getColumnCount() {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/LengthRangeProperty.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/LengthRangeProperty.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/LengthRangeProperty.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/LengthRangeProperty.java
 Wed Aug 16 10:50:04 2017
@@ -182,7 +182,7 @@ public class LengthRangeProperty extends
 
 
     /**
-     * Set maximum value to max if it is >= optimum or optimum isn't set.
+     * Set maximum value to max if it is &gt;= optimum or optimum isn't set.
      * @param max A Length value specifying the maximum value for this
      * @param bIsDefault If true, this is set as a "default" value
      * and not a user-specified explicit value.

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/URIProperty.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/URIProperty.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/URIProperty.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/URIProperty.java
 Wed Aug 16 10:50:04 2017
@@ -31,7 +31,7 @@ import org.apache.fop.util.CompareUtil;
 import static org.apache.fop.fo.Constants.PR_X_XML_BASE;
 
 /**
- * Class modeling a property that has a value of type &lt;uri-specification>.
+ * Class modeling a property that has a value of type 
&lt;uri-specification&gt;.
  * The purpose is mainly to support resolution of a specified
  * relative URI against a specified or inherited <code>xml:base</code>
  * during the property refinement stage.

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/CustomFont.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/CustomFont.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/CustomFont.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/CustomFont.java
 Wed Aug 16 10:50:04 2017
@@ -515,7 +515,7 @@ public abstract class CustomFont extends
 
     /**
      * Replaces the existing kerning map with a new one.
-     * @param kerningMap the kerning map (Map<Integer, Map<Integer, Integer>, 
the integers are
+     * @param kerningMap the kerning map (the integers are
      *                          character codes)
      */
     public void replaceKerningMap(Map<Integer, Map<Integer, Integer>> 
kerningMap) {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/EmbedFontInfo.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/EmbedFontInfo.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/EmbedFontInfo.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/EmbedFontInfo.java
 Wed Aug 16 10:50:04 2017
@@ -27,7 +27,7 @@ import java.util.List;
 /**
  * FontInfo contains meta information on fonts (where is the metrics file etc.)
  * TODO: We need to remove this class and think about more intelligent design 
patterns
- * (Data classes => Procedural code)
+ * (Data classes =&gt; Procedural code)
  */
 public class EmbedFontInfo implements Serializable {
 
@@ -60,11 +60,10 @@ public class EmbedFontInfo implements Se
 
     /**
      * Main constructor
-     * @param metricsURI the URI of the XML resource containing font metrics
+     * @param fontUris the URI of the XML resource containing font metrics
      * @param kerning True if kerning should be enabled
      * @param advanced true if advanced typography features should be enabled
      * @param fontTriplets List of font triplets to associate with this font
-     * @param embedURI Path to the embeddable font file (may be null)
      * @param subFontName the sub-fontname used for TrueType Collections (null 
otherwise)
      * @param encodingMode the encoding mode to use for this font
      */
@@ -84,10 +83,9 @@ public class EmbedFontInfo implements Se
 
     /**
      * Main constructor
-     * @param metricsURI the URI of the XML resource containing font metrics
+     * @param fontUris the URI of the XML resource containing font metrics
      * @param kerning True if kerning should be enabled
      * @param fontTriplets List of font triplets to associate with this font
-     * @param embedURI Path to the embeddable font file (may be null)
      * @param subFontName the sub-fontname used for TrueType Collections (null 
otherwise)
      */
     public EmbedFontInfo(FontUris fontUris, boolean kerning, boolean advanced,

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontCache.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontCache.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontCache.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontCache.java
 Wed Aug 16 10:50:04 2017
@@ -71,14 +71,14 @@ public final class FontCache implements
     private final boolean[] changeLock = new boolean[1];
 
     /**
-     * master mapping of font url -> font info. This needs to be a list, since 
a
+     * master mapping of font url -&gt; font info. This needs to be a list, 
since a
      * TTC file may contain more than 1 font.
      * @serial
      */
     private Map<String, CachedFontFile> fontfileMap;
 
     /**
-     * mapping of font url -> file modified date (for all fonts that have 
failed
+     * mapping of font url -&gt; file modified date (for all fonts that have 
failed
      * to load)
      * @serial
      */

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java
 Wed Aug 16 10:50:04 2017
@@ -304,7 +304,7 @@ public class MultiByteFont extends CIDFo
      * Returns the Unicode scalar value that corresponds to the glyph index. 
If more than
      * one correspondence exists, then the first one is returned (ordered by 
bfentries[]).
      * @param gi glyph index
-     * @returns unicode scalar value
+     * @return unicode scalar value
      */
     // [TBD] - needs optimization, i.e., change from linear search to binary 
search
     private int findCharacterFromGlyphIndex(int gi, boolean augment) {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/SingleByteFont.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/SingleByteFont.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/SingleByteFont.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/SingleByteFont.java
 Wed Aug 16 10:50:04 2017
@@ -421,7 +421,7 @@ public class SingleByteFont extends Cust
      * Sets the version of the PostScript table stored in the TrueType font 
represented by
      * this instance.
      *
-     * @param version version of the <q>post</q> table
+     * @param version version of the post table
      */
     public void setTrueTypePostScriptVersion(PostScriptVersion version) {
         ttPostScriptVersion = version;
@@ -431,7 +431,7 @@ public class SingleByteFont extends Cust
      * Returns the version of the PostScript table stored in the TrueType font 
represented by
      * this instance.
      *
-     * @return the version of the <q>post</q> table
+     * @return the version of the post table
      */
     public PostScriptVersion getTrueTypePostScriptVersion() {
         assert getFontType() == FontType.TRUETYPE;

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/XMLFontMetricsReader.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/XMLFontMetricsReader.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/XMLFontMetricsReader.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/XMLFontMetricsReader.java
 Wed Aug 16 10:50:04 2017
@@ -46,8 +46,8 @@ import org.apache.fop.fonts.apps.TTFRead
  * <p>Class for reading a metric.xml file and creating a font object.
  * Typical usage:</p>
  * <pre>
- * XMLFontMetricsReader reader = new XMLFontMetricsReader(<path til 
metrics.xml>);
- * reader.setFontEmbedPath(<path to a .ttf or .pfb file or null to diable 
embedding>);
+ * XMLFontMetricsReader reader = new XMLFontMetricsReader(&lt;path til 
metrics.xml&gt;);
+ * reader.setFontEmbedPath(&lt;path to a .ttf or .pfb file or null to diable 
embedding&gt;);
  * reader.useKerning(true);
  * Font f = reader.getFont();
  * </pre>

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/PFMReader.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/PFMReader.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/PFMReader.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/PFMReader.java
 Wed Aug 16 10:50:04 2017
@@ -65,16 +65,16 @@ public class PFMReader extends AbstractF
      *
      * @param  args Command-line arguments: [options] metricfile.pfm 
xmlfile.xml
      * where options can be:
-     * -fn <fontname>
+     * -fn fontname
      * default is to use the fontname in the .pfm file, but you can override
      * that name to make sure that the embedded font is used instead of 
installed
      * fonts when viewing documents with Acrobat Reader.
-     * -cn <classname>
+     * -cn classname
      * default is to use the fontname
-     * -ef <path to the Type1 .pfb fontfile>
+     * -ef path to the Type1 .pfb fontfile
      * will add the possibility to embed the font. When running fop, fop will 
look
      * for this file to embed it
-     * -er <path to Type1 fontfile relative to org/apache/fop/render/pdf/fonts>
+     * -er path to Type1 fontfile relative to org/apache/fop/render/pdf/fonts
      * you can also include the fontfile in the fop.jar file when building fop.
      * You can use both -ef and -er. The file specified in -ef will be 
searched first,
      * then the -er file.

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/TTFReader.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/TTFReader.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/TTFReader.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/TTFReader.java
 Wed Aug 16 10:50:04 2017
@@ -91,16 +91,16 @@ public class TTFReader extends AbstractF
      *
      * @param  args Command-line arguments: [options] fontfile.ttf xmlfile.xml
      * where options can be:
-     * -fn <fontname>
+     * -fn fontname
      * default is to use the fontname in the .ttf file, but you can override
      * that name to make sure that the embedded font is used instead of 
installed
      * fonts when viewing documents with Acrobat Reader.
-     * -cn <classname>
+     * -cn classname
      * default is to use the fontname
-     * -ef <path to the truetype fontfile>
+     * -ef path to the truetype fontfile
      * will add the possibility to embed the font. When running fop, fop will 
look
      * for this file to embed it
-     * -er <path to truetype fontfile relative to 
org/apache/fop/render/pdf/fonts>
+     * -er path to truetype fontfile relative to 
org/apache/fop/render/pdf/fonts
      * you can also include the fontfile in the fop.jar file when building fop.
      * You can use both -ef and -er. The file specified in -ef will be 
searched first,
      * then the -er file.

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/cff/CFFDataReader.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/cff/CFFDataReader.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/cff/CFFDataReader.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/cff/CFFDataReader.java
 Wed Aug 16 10:50:04 2017
@@ -344,7 +344,7 @@ public class CFFDataReader {
     /**
      * Retrieves the SID for the given GID object
      * @param charsetOffset The offset of the charset data
-     * @param GID The GID for which to retrieve the SID
+     * @param gid The GID for which to retrieve the SID
      * @return Returns the SID as an integer
      */
     public int getSIDFromGID(int charsetOffset, int gid) throws IOException {
@@ -458,7 +458,6 @@ public class CFFDataReader {
 
     /**
      * Parses the char string index from the CFF byte data
-     * @param offset The offset to the char string index
      * @return Returns the char string index object
      * @throws IOException Throws an IO Exception if an error occurs
      */

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/truetype/OpenFont.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/truetype/OpenFont.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/truetype/OpenFont.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/truetype/OpenFont.java
 Wed Aug 16 10:50:04 2017
@@ -232,7 +232,7 @@ public abstract class OpenFont {
     protected OTFAdvancedTypographicTableReader advancedTableReader;
 
     /**
-     * Version of the PostScript table (<q>post</q>) contained in this font.
+     * Version of the PostScript table (post) contained in this font.
      */
     public static enum PostScriptVersion {
         /** PostScript table version 1.0. */
@@ -763,9 +763,6 @@ public abstract class OpenFont {
      * Reads a font.
      *
      * @param in FontFileReader to read from
-     * @param name Name to be checked for in the font file
-     * @param glyphs Map of glyphs (glyphs has old index as (Integer) key and
-     * new index as (Integer) value)
      * @throws IOException in case of an I/O problem
      */
     public void readFont(FontFileReader in, String header, MultiByteFont 
mbfont) throws IOException {
@@ -993,8 +990,8 @@ public abstract class OpenFont {
 
     /**
      * Returns the index of the last character, but this is for WinAnsiEncoding
-     * only, so the last char is < 256.
-     * @return short Index of the last character (<256)
+     * only, so the last char is &lt; 256.
+     * @return short Index of the last character (&lt;256)
      */
     public short getLastChar() {
         return lastChar;

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/AdobeStandardEncoding.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/AdobeStandardEncoding.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/AdobeStandardEncoding.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/AdobeStandardEncoding.java
 Wed Aug 16 10:50:04 2017
@@ -23,7 +23,7 @@ import java.util.HashMap;
 import java.util.Map;
 
 /**
- * Enumerates the {@linkplain 
http://unicode.org/Public/MAPPINGS/VENDORS/ADOBE/stdenc.txt} for
+ * Enumerates the linkplain 
http://unicode.org/Public/MAPPINGS/VENDORS/ADOBE/stdenc.txt for
  * characters  found in a Type1 font.
  */
 public enum AdobeStandardEncoding {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/Type1FontLoader.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/Type1FontLoader.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/Type1FontLoader.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/Type1FontLoader.java
 Wed Aug 16 10:50:04 2017
@@ -56,7 +56,7 @@ public class Type1FontLoader extends Fon
 
     /**
      * Constructs a new Type 1 font loader.
-     * @param fontFileURI the URI to the PFB file of a Type 1 font
+     * @param fontUris the URI to the PFB file of a Type 1 font
      * @param embedded indicates whether the font is embedded or referenced
      * @param useKerning indicates whether to load kerning information if 
available
      * @param resourceResolver the font resolver used to resolve URIs

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/Hyphenation.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/Hyphenation.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/Hyphenation.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/Hyphenation.java
 Wed Aug 16 10:50:04 2017
@@ -20,9 +20,9 @@
 package org.apache.fop.hyphenation;
 
 /**
- * <p.This class represents a hyphenated word.</p>
+ * This class represents a hyphenated word.
  *
- * <p>This work was authored by Carlos Villegas (c...@uniscope.co.jp).</p>
+ * This work was originally authored by Carlos Villegas c...@uniscope.co.jp
  */
 public class Hyphenation {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/HyphenationTree.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/HyphenationTree.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/HyphenationTree.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/HyphenationTree.java
 Wed Aug 16 10:50:04 2017
@@ -38,11 +38,11 @@ import org.xml.sax.InputSource;
 import org.apache.commons.io.IOUtils;
 
 /**
- * <p>This tree structure stores the hyphenation patterns in an efficient
+ * This tree structure stores the hyphenation patterns in an efficient
  * way for fast lookup. It provides the provides the method to
- * hyphenate a word.</p>
+ * hyphenate a word.
  *
- * <p>This work was authored by Carlos Villegas (c...@uniscope.co.jp).</p>
+ * This work was originally authored by Carlos Villegas c...@uniscope.co.jp
  */
 public class HyphenationTree extends TernaryTree implements PatternConsumer {
 
@@ -232,7 +232,7 @@ public class HyphenationTree extends Ter
      * at index an update interletter values. In other words, it
      * does something like:</p>
      * <code>
-     * for(i=0; i<patterns.length; i++) {
+     * for(i=0; i&lt;patterns.length; i++) {
      * if ( word.substring(index).startsWidth(patterns[i]) )
      * update_interletter_values(patterns[i]);
      * }

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/Adjustment.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/Adjustment.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/Adjustment.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/Adjustment.java
 Wed Aug 16 10:50:04 2017
@@ -21,7 +21,7 @@ package org.apache.fop.layoutmgr;
 
 /**
  * @see KnuthGlue
- * @see "http://www.leverkruid.eu/GKPLinebreaking/elements.html";
+ * http://www.leverkruid.eu/GKPLinebreaking/elements.html
  */
 public final class Adjustment {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
 Wed Aug 16 10:50:04 2017
@@ -182,7 +182,7 @@ public abstract class BlockStackingLayou
 
     /**
      * @param len length in millipoints to span with bp units
-     * @return the minimum integer n such that n * bpUnit >= len
+     * @return the minimum integer n such that n * bpUnit &gt;= len
      */
     protected int neededUnits(int len) {
         return (int) Math.ceil((float)len / bpUnit);

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java
 Wed Aug 16 10:50:04 2017
@@ -100,7 +100,7 @@ public abstract class BreakingAlgorithm
     /** Demerit for consecutive lines belonging to incompatible fitness 
classes . */
     protected int incompatibleFitnessDemerit = KnuthPenalty.FLAGGED_PENALTY;
     /** Maximum number of consecutive lines ending with a flagged penalty.
-     * Only a value >= 1 is a significant limit.
+     * Only a value &gt;= 1 is a significant limit.
      */
     protected int maxFlaggedPenaltiesCount;
 
@@ -767,7 +767,7 @@ public abstract class BreakingAlgorithm
 
     /**
      * Handle a {@link KnuthBox}.
-     * <br/><em>Note: default implementation just adds the box's width
+     * <br><em>Note: default implementation just adds the box's width
      * to the total content width. Subclasses that do not keep track
      * of this themselves, but override this method, should remember
      * to call {@code super.handleBox(box)} to avoid unwanted 
side-effects.</em>

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PageProvider.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PageProvider.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PageProvider.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PageProvider.java
 Wed Aug 16 10:50:04 2017
@@ -242,7 +242,7 @@ public class PageProvider implements Con
     }
 
     /**
-     * Returns the part index (0<x<partCount) which denotes the first part on 
the last page
+     * Returns the part index (0&lt;x&lt;partCount) which denotes the first 
part on the last page
      * generated by the current element list.
      * @param partCount Number of parts determined by the breaking algorithm
      * @return the requested part index

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PositionIterator.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PositionIterator.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PositionIterator.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PositionIterator.java
 Wed Aug 16 10:50:04 2017
@@ -26,7 +26,7 @@ import java.util.NoSuchElementException;
  * An iterator over {@link Position} instances, that is wrapped around
  * another 'parent' {@link Iterator}. The parent can be either another
  * {@code PositionIterator}, or an iterator over {@link KnuthElement}s,
- * for example.<br/>
+ * for example.<br>
  * The {@link #next()} method always returns a {@link Position}. The
  * {@link #getPos(Object)} method can be overridden in subclasses
  * to take care of obtaining the {@link LayoutManager} or {@link Position}

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/SpaceResolver.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/SpaceResolver.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/SpaceResolver.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/SpaceResolver.java
 Wed Aug 16 10:50:04 2017
@@ -679,7 +679,7 @@ public final class SpaceResolver {
      * @param startElementIndex index of the first element in the part to be 
processed
      * @param endElementIndex index of the last element in the part to be 
processed
      * @param prevBreak index of the the break possibility just before this 
part (used to
-     *                  identify a break condition, lastBreak <= 0 represents 
a no-break condition)
+     *                  identify a break condition, lastBreak &lt;= 0 
represents a no-break condition)
      */
     public static void performConditionalsNotification(List effectiveList,
             int startElementIndex, int endElementIndex, int prevBreak) {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
 Wed Aug 16 10:50:04 2017
@@ -693,7 +693,7 @@ public class TextLayoutManager extends L
 
         /**
          * The <code>GlyphMapping</code> stores information about spaces.
-         * <p/>
+         * <p>
          * Add the spaces - except zero-width spaces - to the TextArea.
          */
         private void addSpaces() {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/PDFRoot.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/PDFRoot.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/PDFRoot.java 
(original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/PDFRoot.java 
Wed Aug 16 10:50:04 2017
@@ -69,7 +69,7 @@ public class PDFRoot extends PDFDictiona
      * it is about to be written (immediately before the xref
      * table as part of the trailer). (mark-...@inomial.com)
      *
-     * @param objnum the object's number
+     * @param document TODO
      * @param pages the PDFPages object
      */
     public PDFRoot(PDFDocument document, PDFPages pages) {

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/StructureHierarchyMember.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/StructureHierarchyMember.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/StructureHierarchyMember.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/StructureHierarchyMember.java
 Wed Aug 16 10:50:04 2017
@@ -23,7 +23,7 @@ package org.apache.fop.pdf;
  * An element in the document's structure tree. This can be either the 
structure tree root
  * or a structure element.
  *
- * @see "Section 10.6, <q>Logical Structure</q> of the PDF Reference, 4th 
edition (PDF 1.5)"
+ * "Section 10.6, Logical Structure of the PDF Reference, 4th edition (PDF 
1.5)"
  */
 public abstract class StructureHierarchyMember extends PDFDictionary {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/AbstractPathOrientedRenderer.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/AbstractPathOrientedRenderer.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/AbstractPathOrientedRenderer.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/AbstractPathOrientedRenderer.java
 Wed Aug 16 10:50:04 2017
@@ -326,7 +326,6 @@ public abstract class AbstractPathOrient
      * @param bpsAfter the border-after traits
      * @param bpsStart the border-start traits
      * @param bpsEnd the border-end traits
-     * @param innerBackgroundColor the background color of the block
      */
     protected void clipBackground(float startx, float starty,
             float width, float height,

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ImageHandlerBase.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ImageHandlerBase.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ImageHandlerBase.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ImageHandlerBase.java
 Wed Aug 16 10:50:04 2017
@@ -32,7 +32,7 @@ public interface ImageHandlerBase {
      * Returns the priority for this image handler. A lower value means higher 
priority. This
      * information is used to build the ordered/prioritized list of supported 
ImageFlavors.
      * The built-in handlers use priorities between 100 and 999.
-     * @return a positive integer (>0) indicating the priority
+     * @return a positive integer (&gt;0) indicating the priority
      */
     int getPriority();
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/exceptions/RendererRuntimeException.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/exceptions/RendererRuntimeException.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/exceptions/RendererRuntimeException.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/exceptions/RendererRuntimeException.java
 Wed Aug 16 10:50:04 2017
@@ -21,7 +21,7 @@ package org.apache.fop.render.afp.except
 
 /**
  * A runtime exception for handling fatal errors in rendering.
- * <p/>
+ * <p>
  */
 public class RendererRuntimeException extends NestedRuntimeException {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPAttribute.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPAttribute.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPAttribute.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPAttribute.java
 Wed Aug 16 10:50:04 2017
@@ -28,7 +28,7 @@ import org.apache.fop.fo.properties.Stri
  * in order to provide a static property maker. The object facilitates
  * extraction of attributes from formatted objects based on the static list
  * as defined in the AFPElementMapping implementation.
- * <p/>
+ * <p>
  */
 public class AFPAttribute extends StringProperty.Maker {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java
 Wed Aug 16 10:50:04 2017
@@ -29,7 +29,7 @@ import org.apache.fop.fo.FONode;
  * for custom AFP extensions not supported by the FO schema. Examples include
  * adding overlays or indexing a document using the tag logical element
  * structured field.
- * <p/>
+ * <p>
  */
 public class AFPElementMapping extends ElementMapping {
 

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPIncludeFormMapElement.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPIncludeFormMapElement.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPIncludeFormMapElement.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPIncludeFormMapElement.java
 Wed Aug 16 10:50:04 2017
@@ -32,8 +32,7 @@ import org.apache.fop.fo.PropertyList;
 import org.apache.fop.fo.extensions.ExtensionAttachment;
 
 /**
- * This class extends the {@link org.apache.fop.fo.extensions.ExtensionObj} 
class.
- * It represents the "include-form-map" extension in the FO tree.
+ * Represents the "include-form-map" extension in the FO tree.
  */
 public class AFPIncludeFormMapElement extends AbstractAFPExtensionObject {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-h...@xmlgraphics.apache.org

Reply via email to