mirror of
https://github.com/google/nomulus
synced 2026-03-27 21:05:32 +00:00
Rename Java packages to use the .google TLD
The dark lord Gosling designed the Java package naming system so that ownership flows from the DNS system. Since we own the domain name registry.google, it seems only appropriate that we should use google.registry as our package name.
This commit is contained in:
committed by
Justine Tunney
parent
5012893c1d
commit
c458c05801
@@ -12,10 +12,10 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package com.google.domain.registry.flows;
|
||||
package google.registry.flows;
|
||||
|
||||
import com.google.domain.registry.flows.EppException.AuthenticationErrorException;
|
||||
import com.google.domain.registry.model.registrar.Registrar;
|
||||
import google.registry.flows.EppException.AuthenticationErrorException;
|
||||
import google.registry.model.registrar.Registrar;
|
||||
|
||||
/**
|
||||
* A marker interface for objects containing registrar credentials provided via an EPP transport.
|
||||
@@ -31,7 +31,7 @@ public interface TransportCredentials {
|
||||
boolean performsLoginCheck();
|
||||
|
||||
/**
|
||||
* Called by {@link com.google.domain.registry.flows.session.LoginFlow LoginFlow}
|
||||
* Called by {@link google.registry.flows.session.LoginFlow LoginFlow}
|
||||
* to check the transport credentials against the stored registrar's credentials.
|
||||
* If they do not match, throw an AuthenticationErrorException.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user