You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/10 22:10:11 UTC

[commons-vfs] branch master updated: Escape XML reserved char.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new f4efd34  Escape XML reserved char.
f4efd34 is described below

commit f4efd349492c92130620cb0e3b0c7586b771617c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 10 18:10:04 2019 -0400

    Escape XML reserved char.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d755c2a..f8f8407 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
         [Local] org.apache.commons.vfs2.FileContent.getLastModifiedTime() is losing milliseconds (always ends in 000).
       </action>
       <action issue="VFS-724" dev="ggregory" type="fix" due-to="William R, Gary Gregory">
-        FileContent#getByteArray() throws IllegalArgumentException: Buffer size <= 0 when file size is 0.
+        FileContent#getByteArray() throws IllegalArgumentException: Buffer size &lt;= 0 when file size is 0.
       </action>
       <action                 dev="ggregory" type="fix" due-to="Gary Gregory">
         Javadoc fixes.