mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Upgrade Palantir Baseline, fix typo noticed by Rick
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -1075,7 +1075,7 @@
|
||||
them.) -->
|
||||
<properties>
|
||||
<version.palantir-assertj-automation>0.2.1</version.palantir-assertj-automation>
|
||||
<version.palantir-baseline>3.60.0</version.palantir-baseline>
|
||||
<version.palantir-baseline>3.61.0</version.palantir-baseline>
|
||||
<version.reactor-error-prone>0.1.4</version.reactor-error-prone>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
|
||||
@@ -37,7 +37,7 @@ import javax.tools.StandardLocation;
|
||||
* compiled Refaster rules in a {@code .refaster} file next to the compiled {@code .class} file,
|
||||
* rather than at a fixed location.
|
||||
*
|
||||
* <p>This {@link TaskListener} thus supports compulation of multiple Refaster rules.
|
||||
* <p>This {@link TaskListener} thus supports compilation of multiple Refaster rules.
|
||||
*/
|
||||
final class RefasterRuleResourceCompilerTaskListener implements TaskListener {
|
||||
private final Context context;
|
||||
|
||||
Reference in New Issue
Block a user