OSDN Git Service

Ver8.5.2.0
[opengion/opengionV8.git] / uap / webapps / gf / src / org / opengion / fukurou / xml / OGDocument.java
index a508302..23473b7 100644 (file)
@@ -31,7 +31,7 @@ import static org.opengion.fukurou.system.HybsConst.BUFFER_SMALL;             // 6.1.0.0 (2
  * @since    JDK6.0,
  */
 public class OGDocument extends OGNode {
-       /** 6.4.3.1 (2016/02/12) 作成元のMapを、HashMap から ConcurrentHashMap に置き換え。  */
+       /** 6.4.3.1 (2016/02/12) 作成元のMapを、HashMap から ConcurrentHashMap に置き換え。 */
        private ConcurrentMap<String,OGElement> idMap   ;               // 5.1.9.0 (2010/08/01)
        private String file                     ;
        private String encode           = "UTF-8";              // 基本的には、XML は、UTF-8 で扱うのが良い。