]> source.dussan.org Git - poi.git/commitdiff
Remove javadoc references to removed classes
authorNick Burch <nick@apache.org>
Fri, 15 Sep 2017 09:03:56 +0000 (09:03 +0000)
committerNick Burch <nick@apache.org>
Fri, 15 Sep 2017 09:03:56 +0000 (09:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808436 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hpsf/package.html
src/java/org/apache/poi/ss/format/CellFormat.java

index f5cfe430cfa5a7559a3688e7d5435c300e7f6607..028495999ab2b1fba1edbf7f774f687025f42dd1 100644 (file)
     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>
index 8ac807516630a8e3fb6c940b0ec175f95a253bc9..832c793dd1141e96a0825f5834bcd0407acdaca4 100644 (file)
@@ -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.