From a5d11fd0551b412adb5198684f7c30f357bb2d20 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Wed, 20 Mar 2019 00:09:47 +0100
Subject: [PATCH] fix

---
 java+gitGrep-sanityCheck.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java+gitGrep-sanityCheck.sh b/java+gitGrep-sanityCheck.sh
index 02e5e085312..b46d4dd1c32 100755
--- a/java+gitGrep-sanityCheck.sh
+++ b/java+gitGrep-sanityCheck.sh
@@ -59,7 +59,7 @@ $GREP "\$slaves\[\$i\]\. " -- 'src/*' | myprint "MissingPropertyAfterSlaves"
 # Check using refreshmentType instead of refreshment
 $GREP "\$PC.refreshmentType[^ =]" -- 'src/*' | myprint "ShouldBeRefreshment"
 # Check, e.g., <<//if>>
-$GREP "<</[a-zA-Z]*[^a-zA-Z<>]\+[a-zA-Z]*>>" -- 'src/*' | myprint "DoubleSlash"
+#$GREP "<</[a-zA-Z]*[^a-zA-Z<>]\+[a-zA-Z]*>>" -- 'src/*' | myprint "DoubleSlash"
 # Check, e.g.  <<else $foo==4
 #$GREP "<<else >\?[^>]" -- 'src/*' | myprint "ShouldBeElseIf"
 # Check, e.g., =to
-- 
GitLab