mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02: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:
parent
71d7a382f3
commit
94af94ddff
4 changed files with 51 additions and 50 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue