mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Fix documentation
This commit is contained in:
parent
8fe5b8da9b
commit
68c8d6b6a6
|
@ -419,7 +419,7 @@ synchronized class DependencyContainer {
|
|||
}
|
||||
|
||||
/**
|
||||
* Unsets all applied registration options
|
||||
* Unsets all applied persistent registration options
|
||||
*/
|
||||
public void unsetPersistentRegistrationOptions() {
|
||||
persistentRegistrationOptions = RegistrationOption.none;
|
||||
|
@ -433,7 +433,7 @@ synchronized class DependencyContainer {
|
|||
}
|
||||
|
||||
/**
|
||||
* Unsets all applied registration options
|
||||
* Unsets all applied persistent resolve options
|
||||
*/
|
||||
public void unsetPersistentResolveOptions() {
|
||||
persistentResolveOptions = ResolveOption.none;
|
||||
|
|
Loading…
Reference in a new issue