Skip to content

Commit 6271c51

Browse files
committed
Fix findbugs warnings.
1 parent 02e942c commit 6271c51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib-extra/src/main/java/com/diffplug/spotless/extra/P2Mirror.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616
package com.diffplug.spotless.extra;
1717

18+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
19+
20+
@SuppressFBWarnings("UWF_UNWRITTEN_FIELD")
1821
public class P2Mirror {
1922

2023
private String prefix;

0 commit comments

Comments
 (0)