fix check style

pull/1800/head
shedfreewu 2 months ago
parent 9d1e5f8fb0
commit 68f7d6ad5a

@ -40,7 +40,7 @@ import org.springframework.context.ApplicationListener;
/**
* Feign eager load context initializer.
* Implements ApplicationListener<ApplicationReadyEvent> to warm up FeignClient services
* Implements ApplicationListener&lt;ApplicationReadyEvent&gt; to warm up FeignClient services
* after the application is ready.
*
* @author Yuwei Fu

@ -668,4 +668,4 @@ public class ContextGatewayFilter implements GatewayFilter, Ordered {
}
return path.substring(0, end);
}
}
}

Loading…
Cancel
Save