Move Die exception to gerrit-common

This will allow to use the class in other places than just in PGM.

Change-Id: I007fb9686762b86c66fb34c4bbc44d775cd509d8
Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
This commit is contained in:
Dariusz Luksza
2014-03-24 17:02:22 +01:00
committed by David Pursehouse
parent d5da903e47
commit 10cec6f11c
10 changed files with 10 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ import static com.google.inject.Scopes.SINGLETON;
import static com.google.inject.Stage.PRODUCTION;
import com.google.common.collect.Lists;
import com.google.gerrit.common.Die;
import com.google.gerrit.extensions.events.LifecycleListener;
import com.google.gerrit.lifecycle.LifecycleModule;
import com.google.gerrit.server.config.GerritServerConfig;