mirror of
https://gitee.com/dcren/initializr.git
synced 2025-10-22 03:27:38 +08:00
Polish
This commit is contained in:

committed by
Stephane Nicoll

parent
f44cb054cd
commit
8f73f6c286
@@ -42,7 +42,7 @@ public interface ProjectDescription {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a immutable mapping of requested {@link Dependency dependencies}.
|
||||
* Return an immutable mapping of requested {@link Dependency dependencies}.
|
||||
* @return the requested dependencies
|
||||
*/
|
||||
Map<String, Dependency> getRequestedDependencies();
|
||||
@@ -96,7 +96,7 @@ public interface ProjectDescription {
|
||||
String getName();
|
||||
|
||||
/**
|
||||
* Return a human readable description of the project.
|
||||
* Return a human-readable description of the project.
|
||||
* @return the description of the project or {@code null}
|
||||
*/
|
||||
String getDescription();
|
||||
|
Reference in New Issue
Block a user