Formatting and cleanup
This commit is contained in:
@@ -23,9 +23,9 @@ import java.util.Properties;
|
||||
import java.util.TreeMap;
|
||||
|
||||
/**
|
||||
* {@link Dependencies} 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.
|
||||
* {@link Dependencies} 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
|
||||
@@ -33,8 +33,8 @@ import java.util.TreeMap;
|
||||
public class PropertiesFileDependencies extends AbstractDependencies {
|
||||
|
||||
/**
|
||||
* Create a new {@link PropertiesFileDependencies} instance from the specified
|
||||
* input stream.
|
||||
* Create a new {@link PropertiesFileDependencies} instance from the specified input
|
||||
* stream.
|
||||
* @param inputStream source input stream (will be closed when properties have been
|
||||
* loaded)
|
||||
* @throws IOException
|
||||
|
||||
Reference in New Issue
Block a user