Author: nick
Date: Fri Sep 15 09:03:56 2017
New Revision: 1808436
URL: http://svn.apache.org/viewvc?rev=1808436&view=rev
Log:
Remove javadoc references to removed classes
Modified:
poi/trunk/src/java/org/apache/poi/hpsf/package.html
poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java
Modified: poi/trunk/src/java/org/apache/poi/hpsf/package.html
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hpsf/package.html?rev=1808436&r1=1808435&r2=1808436&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hpsf/package.html (original)
+++ poi/trunk/src/java/org/apache/poi/hpsf/package.html Fri Sep 15 09:03:56 2017
@@ -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>
Modified: poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java?rev=1808436&r1=1808435&r2=1808436&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java Fri Sep 15
09:03:56 2017
@@ -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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]