mirror of
https://github.com/google/nomulus
synced 2026-05-22 07:41:50 +00:00
Refactor some RDE import logic to be generic
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136076610
This commit is contained in:
committed by
Ben McIlwain
parent
71d7a382f3
commit
94af94ddff
@@ -101,10 +101,8 @@ public class RdeContactInput extends Input<ContactResource> {
|
||||
|
||||
/**
|
||||
* Creates a new instance of {@link RdeContactReader}
|
||||
*
|
||||
* <p>This method can be overridden by a subclass for the purposes of unit testing.
|
||||
*/
|
||||
protected RdeContactReader newReader(int offset, int maxResults) {
|
||||
private RdeContactReader newReader(int offset, int maxResults) {
|
||||
return new RdeContactReader(importBucketName, importFileName, offset, maxResults);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user