瀏覽代碼

Merge pull request #5754 from ghalliday/issue11280b

HPCC-11280 Fix trivial clang warning about nested comments

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 年之前
父節點
當前提交
674c0fe2e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      thorlcr/activities/lookupjoin/thlookupjoinslave.cpp

+ 1 - 1
thorlcr/activities/lookupjoin/thlookupjoinslave.cpp

@@ -1386,7 +1386,7 @@ protected:
         else
         {
             /* NB: It is likely that there will be unflushed rows in the rhsNodeRows arrays after we are done here.
-            /* These will need flushing when all is done and clearNonLocalRows will need recalling to process rest
+             * These will need flushing when all is done and clearNonLocalRows will need recalling to process rest
              */
             ForEachItemIn(a, rhsNodeRows)
             {