mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Remove LoggedInFlow
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137444791
This commit is contained in:
@@ -65,8 +65,10 @@ import java.util.List;
|
||||
import java.util.Set;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
/** Static utility functions for resource transfer flows. */
|
||||
public class ResourceFlowUtils {
|
||||
/** Static utility functions for resource flows. */
|
||||
public final class ResourceFlowUtils {
|
||||
|
||||
private ResourceFlowUtils() {}
|
||||
|
||||
/** Statuses for which an exDate should be added to transfer responses. */
|
||||
private static final ImmutableSet<TransferStatus> ADD_EXDATE_STATUSES = Sets.immutableEnumSet(
|
||||
|
||||
Reference in New Issue
Block a user