Skip to content

Commit

Permalink
feat(objectionary#1386): change JavaDoc descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Nov 7, 2022
1 parent 4b39035 commit 7bd2f4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final class DcsWithRuntime implements Dependencies {
private final Dependencies delegate;

/**
* Runtime dependency source.
* Supplier of the eo-runtime dependency.
*/
private final Unchecked<Dependency> supplied;

Expand All @@ -67,7 +67,7 @@ final class DcsWithRuntime implements Dependencies {
* The main constructor.
*
* @param delegate Dependencies delegate.
* @param supplied Runtime dependency source.
* @param supplied Supplier of the eo-runtime dependency.
*/
DcsWithRuntime(final Dependencies delegate, final Unchecked<Dependency> supplied) {
this.delegate = delegate;
Expand Down

0 comments on commit 7bd2f4c

Please sign in to comment.