mirror of
https://github.com/apache/cloudstack
synced 2026-09-02 09:31:53 +00:00
10 lines
185 B
XML
10 lines
185 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<FindBugsFilter>
|
|
|
|
<!-- Match all XYZ violations. -->
|
|
<Match>
|
|
<Bug code="DM_DEFAULT_ENCODING" />
|
|
</Match>
|
|
|
|
</FindBugsFilter>
|