From 310df200f78f7d98cc52e4ab97d8a5feb744fa52 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 28 Apr 2016 09:04:35 +0000
Subject: [PATCH] UCDetector and AutoRefactor code cleanup
---
opendj-server-legacy/src/main/java/org/opends/server/tools/BackUpDB.java | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/BackUpDB.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/BackUpDB.java
index 88bb917..62ae22d 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/tools/BackUpDB.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/BackUpDB.java
@@ -93,18 +93,6 @@
/**
* Processes the command-line arguments and invokes the backup process.
*
- * @param args The command-line arguments provided to this program.
- *
- * @return The error code.
- */
- public static int mainBackUpDB(String[] args)
- {
- return mainBackUpDB(args, true, System.out, System.err);
- }
-
- /**
- * Processes the command-line arguments and invokes the backup process.
- *
* @param args The command-line arguments provided to this
* program.
* @param initializeServer Indicates whether to initialize the server.
--
Gitblit v1.10.0