Browse Source

try to correct regex for spotbugs ignore

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 5 năm trước cách đây
mục cha
commit
7f0e6beb83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      spotbugs-filter.xml

+ 1 - 1
spotbugs-filter.xml

@@ -42,7 +42,7 @@
 		</Or>
 	</Match>
 	 <Match>
-        <Class name="~com.owncloud.android.ui.preview.MarkwonGrammarLocator" />
+        <Class name="~com\.owncloud\.android\.ui\.preview\.MarkwonGrammarLocator" />
     </Match>
 
     <Bug pattern="PATH_TRAVERSAL_IN" />