Explorar el Código

try to correct regex for spotbugs ignore

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger hace 5 años
padre
commit
7f0e6beb83
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" />