1
0
mirror of https://github.com/google/nomulus synced 2026-07-07 08:36:50 +00:00
Files
nomulus/core
Lai Jiang fd1c364a14 Remove unnecessary provider method (#113)
* Remove unnecessary provide method

This provider is not used. Instead, depending on if the login is performed on
[a remote machine or not](https://github.com/google/nomulus/blob/8bdc77501fcbb4053bf7742ac112b3a0551b44e0/core/src/main/java/google/registry/tools/LoginCommand.java#L43),
the instance is created directly in the command.

* Remove unused imports
2019-06-18 15:55:33 -04:00
..