mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +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,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package com.google.domain.registry.testing;
|
||||
package google.registry.testing;
|
||||
|
||||
import static com.google.common.base.Preconditions.checkState;
|
||||
|
||||
@@ -37,7 +37,7 @@ import javax.annotation.Nullable;
|
||||
* update the injection site.
|
||||
*
|
||||
* <p>We encourage you to consider using
|
||||
* {@link com.google.domain.registry.util.NonFinalForTesting @NonFinalForTesting}
|
||||
* {@link google.registry.util.NonFinalForTesting @NonFinalForTesting}
|
||||
* to document your injected fields.
|
||||
*
|
||||
* <p>This class is a horrible evil hack, but it alleviates you of the toil of
|
||||
@@ -88,7 +88,7 @@ import javax.annotation.Nullable;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* @see com.google.domain.registry.util.NonFinalForTesting
|
||||
* @see google.registry.util.NonFinalForTesting
|
||||
* @see org.junit.rules.ExternalResource
|
||||
*/
|
||||
public class InjectRule extends ExternalResource {
|
||||
|
||||
Reference in New Issue
Block a user