Author: nick
Date: Wed Apr 5 13:17:17 2017
New Revision: 1790239
URL: http://svn.apache.org/viewvc?rev=1790239&view=rev
Log:
Javadoc fixes
Modified:
poi/trunk/src/java/org/apache/poi/util/CodePageUtil.java
poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java
Modified: poi/trunk/src/java/org/apache/poi/util/CodePageUtil.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/util/CodePageUtil.java?rev=1790239&r1=1790238&r2=1790239&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/util/CodePageUtil.java (original)
+++ poi/trunk/src/java/org/apache/poi/util/CodePageUtil.java Wed Apr 5
13:17:17 2017
@@ -456,7 +456,7 @@ public class CodePageUtil
* @param data
* @param offset
* @param lengthInBytes
- * @return
+ * @return Decoded String
*/
public static String cp950ToString(byte[] data, int offset, int
lengthInBytes) {
StringBuilder sb = new StringBuilder();
Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java?rev=1790239&r1=1790238&r2=1790239&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java
(original)
+++ poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java Wed
Apr 5 13:17:17 2017
@@ -166,7 +166,7 @@ public class HWPFOldDocument extends HWP
* appears here.
*
* @param fontTable
- * @return
+ * @return The detected Charset from the old font table
*/
private Charset guessCodePage(OldFontTable fontTable) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]