From 3de3fc00ce9827530a9a0bc1181e5ceee279deb3 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Thu, 28 Mar 2019 17:49:41 -0700 Subject: [PATCH] Delete old hystrix stuff --- .../whispersystems/textsecuregcm/hystrix/GroupKeys.java | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/main/java/org/whispersystems/textsecuregcm/hystrix/GroupKeys.java diff --git a/src/main/java/org/whispersystems/textsecuregcm/hystrix/GroupKeys.java b/src/main/java/org/whispersystems/textsecuregcm/hystrix/GroupKeys.java deleted file mode 100644 index b79894e97..000000000 --- a/src/main/java/org/whispersystems/textsecuregcm/hystrix/GroupKeys.java +++ /dev/null @@ -1,9 +0,0 @@ -package org.whispersystems.textsecuregcm.hystrix; - -public class GroupKeys { - - public static final String REDIS_CACHE = "redis_cache"; - public static final String DATABASE_ACCOUNTS = "database_accounts"; - public static final String DIRECTORY_SERVICE = "directory_service"; - -}