This commit is contained in:
Moritz Halbritter
2023-05-24 10:34:10 +02:00
committed by Stephane Nicoll
parent f44cb054cd
commit 8f73f6c286

View File

@@ -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();