Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@@ -23,8 +23,10 @@
</Match>
<!-- Dagger generated code uses internal APIs -->
<Match>
- <Class name="~.*\..*.*Factory" />
- <Class name="~.*\..*.*Factory_Impl" />
+ <Or>
+ <Class name="~.*\..*.*Factory" />
+ <Class name="~.*\..*.*Factory_Impl" />
+ </Or>
<Bug pattern="IICU_INCORRECT_INTERNAL_CLASS_USE" />