mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Add escrow file import validation logic
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129116064
This commit is contained in:
parent
f9636b6cea
commit
d3d33ccfdc
11 changed files with 956 additions and 33 deletions
|
@ -35,7 +35,7 @@ import javax.annotation.CheckReturnValue;
|
|||
import javax.inject.Inject;
|
||||
|
||||
/** Utilities for working with Google Cloud Storage. */
|
||||
public final class GcsUtils {
|
||||
public class GcsUtils {
|
||||
|
||||
private static final FormattingLogger logger = FormattingLogger.getLoggerForCallerClass();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue