Delete old hystrix stuff

This commit is contained in:
Moxie Marlinspike 2019-03-28 17:49:41 -07:00
parent 2debb32098
commit 3de3fc00ce
1 changed files with 0 additions and 9 deletions

View File

@ -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";
}