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

coulbeck
22.33.2006 f8f8347b21ee24623e0e735f04d7ea1068147f0d
Fix comment in typo.
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/tasks/BackupTask.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tasks/BackupTask.java
@@ -412,8 +412,7 @@
    }
    // Create a backup configuration.  All the backends are known
    // to support backups so there is
    // Create a backup configuration.
    BackupConfig backupConfig = new BackupConfig(backupDir, backupID,
                                                 incremental);
    backupConfig.setCompressData(compress);