Remove javadoc references to removed classes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808436 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2017-09-15 09:03:56 +00:00
parent 7863d0b312
commit e4fc7ff5a7
2 changed files with 1 additions and 7 deletions

View File

@ -88,11 +88,6 @@
the hassle of first finding out what the title's property ID is and then the hassle of first finding out what the title's property ID is and then
using this ID to get the property's value.</p> using this ID to get the property's value.</p>
<p>Writing properties can be done with the classes
{@link org.apache.poi.hpsf.MutablePropertySet}, {@link
org.apache.poi.hpsf.MutableSection}, and {@link
org.apache.poi.hpsf.MutableProperty}.</p>
<p>Public documentation from Microsoft can be found in the <a <p>Public documentation from Microsoft can be found in the <a
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/stg/stg/properties_and_property_sets.asp" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/stg/stg/properties_and_property_sets.asp"
target="_blank">appropriate section of the MSDN Library</a>.</p> target="_blank">appropriate section of the MSDN Library</a>.</p>

View File

@ -81,8 +81,7 @@ import org.apache.poi.util.LocaleUtil;
* to look these up into Java Locales if desired. * to look these up into Java Locales if desired.
* <p> * <p>
* In addition to these, there is a general format that is used when no format * In addition to these, there is a general format that is used when no format
* is specified. This formatting is presented by the {@link #GENERAL_FORMAT} * is specified.
* object.
* *
* TODO Merge this with {@link DataFormatter} so we only have one set of * TODO Merge this with {@link DataFormatter} so we only have one set of
* code for formatting numbers. * code for formatting numbers.