1
0
mirror of synced 2026-05-22 21:33:16 +00:00
This commit is contained in:
Johnny Lim
2016-11-17 13:22:20 +09:00
committed by Rob Winch
parent 94fb1893de
commit f94399cff9
4 changed files with 5 additions and 5 deletions
@@ -50,7 +50,7 @@ import org.springframework.util.Assert;
/**
* Provides lifecycle services for the embedded apacheDS server defined by the supplied
* configuration. Used by {code LdapServerBeanDefinitionParser}. An instance will be
* configuration. Used by {@code LdapServerBeanDefinitionParser}. An instance will be
* stored in the application context for each embedded server instance. It will start the
* server when the context is initialized and shut it down when it is closed. It is
* intended for temporary embedded use and will not retain changes across start/stop