changeset 162:bae08f14b21c

Bug 3189: Invalid XML Schema Reviewed-by: ykubota https://github.com/HeapStats/heapstats/pull/36
author Yasumasa Suenaga <yasuenag@gmail.com>
date Thu, 06 Oct 2016 18:45:09 +0900
parents 7c73491f8d71
children e1c96c0b26df
files ChangeLog analyzer/fx/filterDefine.xsd
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 06 18:43:51 2016 +0900
+++ b/ChangeLog	Thu Oct 06 18:45:09 2016 +0900
@@ -1,6 +1,7 @@
 2016-10-06  Yasumasa Suenaga <yasuenag@gmail.com>
 
 	* Bug 2999: HeapStats agent should notify when ring buffer is overwritten
+	* Bug 3189: Invalid XML Schema
 
 2016-09-14  Yasumasa Suenaga <yasuenag@gmail.com>
 
--- a/analyzer/fx/filterDefine.xsd	Thu Oct 06 18:43:51 2016 +0900
+++ b/analyzer/fx/filterDefine.xsd	Thu Oct 06 18:45:09 2016 +0900
@@ -35,7 +35,7 @@
   <xs:complexType name="filter">
     <xs:sequence>
       <xs:element name="classes" type="classes" minOccurs="0"/>
-      <xs:element name="hide" type="xs:boolean"/>
+      <xs:element name="visible" type="xs:boolean"/>
     </xs:sequence>
     <xs:attribute name="name" type="xs:string"/>
   </xs:complexType>