Removed repeated 'multiple' word in comment

This commit is contained in:
Konstantin Petrukhnov 2014-02-24 15:17:20 +02:00 committed by Phillip Webb
parent 90b938aa8f
commit ccb7737716
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.gradle.api.invocation.*
/**
* Gradle plugin that allows projects to merged together. Primarily developed to
* allow Spring to support multiple multiple incompatible versions of third-party
* allow Spring to support multiple incompatible versions of third-party
* dependencies (for example Hibernate v3 and v4).
* <p>
* The 'merge' extension should be used to define how projects are merged, for example: