Browse Source

HPCC-10920 Revise a comment to avoid confusing

Kevin Wang 11 years ago
parent
commit
3eef25bff9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      esp/eclwatch/ws_XSLT/dfu_file.xslt

+ 1 - 1
esp/eclwatch/ws_XSLT/dfu_file.xslt

@@ -357,7 +357,7 @@
     </xsl:template>
 
     <xsl:template match="DFUPart">
-        <xsl:if test="Copy=1"> <!-- Copy > 1: replicate copy -->
+        <xsl:if test="Copy=1"> <!-- Copy=1: display primary copy only -->
             <tr>
                 <td><xsl:value-of select="Id"/></td>
                 <td><xsl:value-of select="Ip"/></td>