Skip to content

Commit

Permalink
Revert "Merge pull request #10174 from phughk/3.2-backupSettingsDescr…
Browse files Browse the repository at this point in the history
…iptionFix"

This reverts commit a65a338, reversing
changes made to 46d0289.
  • Loading branch information
phughk committed Sep 29, 2017
1 parent a65a338 commit 216d741
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,15 @@
*/
package org.neo4j.backup;

import org.neo4j.configuration.Description;
import org.neo4j.graphdb.config.Setting;
import org.neo4j.helpers.HostnamePort;

@Deprecated
@Description( "Online backup configuration settings" )
public class OnlineBackupSettings extends org.neo4j.kernel.impl.enterprise.configuration.OnlineBackupSettings
{
@Deprecated
@Description( "Enable support for running online backups" )
public static final Setting<Boolean> online_backup_enabled = org.neo4j.kernel.impl.enterprise.configuration.OnlineBackupSettings.online_backup_enabled;

@Deprecated
@Description( "Listening server for online backups" )
public static final Setting<HostnamePort> online_backup_server = org.neo4j.kernel.impl.enterprise.configuration.OnlineBackupSettings.online_backup_server;
}

0 comments on commit 216d741

Please sign in to comment.