Skip to content

Commit

Permalink
edit method parameter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Aug 27, 2021
1 parent 8137abd commit c6d7f33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DI/DependencyContainerImpl.pas
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ TDependencyContainer = class(TInterfacedObject, IDependencyContainer)
* @param serviceName name of service
* @param serviceFactory factory instance
* @param singleInstance true if single instance otherwise false
* @param aliased true if service name is alias to other service
* @param actualServiceName actual service if aliased
* @return current dependency container instance
*---------------------------------------------------------*)
function addDependency(
Expand Down

0 comments on commit c6d7f33

Please sign in to comment.