Polish
This commit is contained in:
@@ -30,8 +30,9 @@ import org.w3c.dom.NodeList;
|
||||
|
||||
/**
|
||||
* {@link ManagedDependencies} implementation backed a maven POM.
|
||||
*
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @author Andy Wilkinson
|
||||
* @since 1.1.0
|
||||
*/
|
||||
public class PomManagedDependencies extends AbstractManagedDependencies {
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.util.TreeMap;
|
||||
* {@link ManagedDependencies} backed by an external properties file (of the form created
|
||||
* by the Spring IO platform). The property key should be the groupId and artifactId (in
|
||||
* the form {@literal groupId:artifactId}) and the value should be the version.
|
||||
*
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 1.1.0
|
||||
*/
|
||||
|
||||
@@ -24,7 +24,7 @@ import java.util.Collections;
|
||||
* {@link ManagedDependencies} used by various spring boot tools. Provides programmatic
|
||||
* access to 'spring-boot-dependencies' and can also support user defined version managed
|
||||
* dependencies.
|
||||
*
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 1.1.0
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,7 @@ import static org.junit.Assert.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link PomManagedDependencies}.
|
||||
*
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
public class PomManagedDependenciesTests {
|
||||
|
||||
Reference in New Issue
Block a user