Consistently spell Maven and Gradle with uppercase (#23569)

This commit is contained in:
Arnout Engelen 2017-09-01 14:02:00 +02:00 committed by Johan Andrén
parent 3afc17ffa2
commit 5da20a2723
8 changed files with 15 additions and 15 deletions

View file

@ -92,7 +92,7 @@ public class ReactiveStreamsDocTest extends AbstractJavaTest {
/**
* This is a minimal version of SubscriberProbe,
* which lives in akka-stream-testkit (test scope) and for
* now wanted to avoid setting up (test -> compile) dependency for maven).
* now wanted to avoid setting up (test -> compile) dependency for Maven).
*
* TODO: Once SubscriberProbe is easily used here replace this MPS with it.
*/