OPENDJ-1743 (CR-5858) Possibly misleading Javadoc on BackendImpl methods
| | |
| | | // FIXME -- This will need to be updated appropriately if we decided that |
| | | // these plugins should be invoked for synchronization |
| | | // operations. |
| | | if (! modifyDNOperation.isSynchronizationOperation()) |
| | | if (modifyDNOperation != null && !modifyDNOperation.isSynchronizationOperation()) |
| | | { |
| | | SubordinateModifyDN pluginResult = |
| | | getPluginConfigManager().invokeSubordinateModifyDNPlugins( |
| | |
| | | // FIXME -- This will need to be updated appropriately if we decided that |
| | | // these plugins should be invoked for synchronization |
| | | // operations. |
| | | if (! modifyDNOperation.isSynchronizationOperation()) |
| | | if (modifyDNOperation != null && !modifyDNOperation.isSynchronizationOperation()) |
| | | { |
| | | SubordinateModifyDN pluginResult = |
| | | getPluginConfigManager().invokeSubordinateModifyDNPlugins( |