From 22e3c673b3d3f679fe0fa872da1acaada732a291 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Fri, 17 Sep 2021 10:50:53 -0700 Subject: Fix position of type annotations PiperOrigin-RevId: 397354545 --- javatests/com/google/turbine/processing/TurbineFilerTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'javatests') diff --git a/javatests/com/google/turbine/processing/TurbineFilerTest.java b/javatests/com/google/turbine/processing/TurbineFilerTest.java index 188a75b..83dcc70 100644 --- a/javatests/com/google/turbine/processing/TurbineFilerTest.java +++ b/javatests/com/google/turbine/processing/TurbineFilerTest.java @@ -56,9 +56,8 @@ public class TurbineFilerTest { public void setup() { Function> classpath = new Function>() { - @Nullable @Override - public Supplier apply(String input) { + public @Nullable Supplier apply(String input) { return null; } }; -- cgit v1.2.3