mirror of https://github.com/apache/poi.git
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:
parent
892f68688b
commit
f7356f2b19
|
@ -88,11 +88,6 @@
|
|||
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>
|
||||
|
||||
<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
|
||||
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>
|
||||
|
|
|
@ -81,8 +81,7 @@ import org.apache.poi.util.LocaleUtil;
|
|||
* to look these up into Java Locales if desired.
|
||||
* <p>
|
||||
* 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}
|
||||
* object.
|
||||
* is specified.
|
||||
*
|
||||
* TODO Merge this with {@link DataFormatter} so we only have one set of
|
||||
* code for formatting numbers.
|
||||
|
|
Loading…
Reference in New Issue