]> source.dussan.org Git - poi.git/commitdiff
fix compiler warning about encoding
authorSergey Vladimirov <sergey@apache.org>
Tue, 9 Aug 2011 13:31:04 +0000 (13:31 +0000)
committerSergey Vladimirov <sergey@apache.org>
Tue, 9 Aug 2011 13:31:04 +0000 (13:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155359 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ddf/EscherTertiaryOptRecord.java

index e861bbd2643eb17a15db16b21a70d0d96ce6bab5..dcf2d45ba5d83df8511033cb27c6732b9409bd29 100644 (file)
@@ -18,8 +18,8 @@ package org.apache.poi.ddf;
 
 /**
  * "The OfficeArtTertiaryFOPT record specifies a table of OfficeArtRGFOPTE properties, as defined in section 2.3.1."
- * -- [MS-ODRAW]  v20110608; Office Drawing Binary File Format
- * 
+ * -- [MS-ODRAW] -- v20110608; Office Drawing Binary File Format
+ *
  * @author Sergey Vladimirov (vlsergey {at} gmail {dot} com)
  */
 public class EscherTertiaryOptRecord extends AbstractEscherOptRecord