Upgrade Palantir Baseline, fix typo noticed by Rick

This commit is contained in:
Stephan Schroevers
2020-12-29 18:41:07 +01:00
parent cfd88df324
commit 16cf0afc8d
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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;