mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Make the build JDK 18+ compatible (#304)
This commit is contained in:
committed by
GitHub
parent
0118cc6c10
commit
e00aba12c3
@@ -61,9 +61,10 @@ public final class Refaster extends BugChecker implements CompilationUnitTreeMat
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@SuppressWarnings("serial" /* Concrete instance will be `Serializable`. */)
|
||||
private final CodeTransformer codeTransformer;
|
||||
|
||||
/** Instantiates the default {@link Refaster}. */
|
||||
/** Instantiates a default {@link Refaster} instance. */
|
||||
public Refaster() {
|
||||
this(ErrorProneFlags.empty());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user