You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2019/01/06 08:45:42 UTC

svn commit: r1850534 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java

Author: jleroux
Date: Sun Jan  6 08:45:42 2019
New Revision: 1850534

URL: http://svn.apache.org/viewvc?rev=1850534&view=rev
Log:
Improved: no functional change: fixes a typo in a comment

Modified:
    ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java

Modified: ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java?rev=1850534&r1=1850533&r2=1850534&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java (original)
+++ ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java Sun Jan  6 08:45:42 2019
@@ -92,7 +92,7 @@ public final class UtilXml {
     private static XStream createXStream() {
         XStream xstream = new XStream();
         /* This method is a pure helper method for XStream 1.4.x. 
-         * It initializes an XStream instance with a white list of well-known and simply types of the Java runtime
+         * It initializes an XStream instance with a white list of well-known and simple types of the Java runtime
          *  as it is done in XStream 1.5.x by default. This method will do therefore nothing in XStream 1.5
          *  and could be removed them  
          */