mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

abobrov
24.54.2008 4edab64c72c9319c4c6e0a1db4abe22f063e7833
- fix some typos
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/NullBackend.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/NullBackend.java
@@ -90,7 +90,7 @@
 *
 * * Bind operations fail with invalid credentials.
 *
 * * Compare operations are only possible on objectclass and returns true
 * * Compare operations are only possible on objectclass and return true
 *   for the following objeclasses only: top, nullbackendobject,
 *   extensibleobject. Otherwise comparison result is false or comparison
 *   fails altogether.
@@ -99,7 +99,7 @@
 *   any specific emulation for controls. Generally known request controls
 *   are accepted and default response controls returned where applicable.
 *
 * * Searches withing this backend are always considered as indexed.
 * * Searches within this backend are always considered indexed.
 *
 * * Backend Import is supported by iterating over ldif reader on a single
 *   thread and issuing add operations which essentially do nothing at all.