Fix inconsistent indent/whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e9159c523
commit
46eccc04cc
@ -176,7 +176,6 @@ public class StringUtil {
|
|||||||
* For this encoding, the is16BitFlag is always present even if nChars==0.
|
* For this encoding, the is16BitFlag is always present even if nChars==0.
|
||||||
*/
|
*/
|
||||||
public static void writeUnicodeString(LittleEndianOutput out, String value) {
|
public static void writeUnicodeString(LittleEndianOutput out, String value) {
|
||||||
|
|
||||||
int nChars = value.length();
|
int nChars = value.length();
|
||||||
out.writeShort(nChars);
|
out.writeShort(nChars);
|
||||||
boolean is16Bit = hasMultibyte(value);
|
boolean is16Bit = hasMultibyte(value);
|
||||||
|
Loading…
Reference in New Issue
Block a user