aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorSam Berlin <sameb@google.com>2014-07-10 16:33:32 -0400
committerSam Berlin <sameb@google.com>2014-07-10 16:39:30 -0400
commit0558b324493c6a83f5e27d137a853d07d7df1e2a (patch)
tree0c73e86a2cd0748cfe50808344f09caf9d1641c7 /core
parentd08bba96c4a647e2fd7588a7ea36c77b09ab2047 (diff)
downloadguice-0558b324493c6a83f5e27d137a853d07d7df1e2a.tar.gz
Update references in code & configuration to point to github instead of
googlecode. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=70898906
Diffstat (limited to 'core')
-rw-r--r--core/test/com/google/inject/BinderTest.java4
-rw-r--r--core/test/com/google/inject/ImplicitBindingTest.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/test/com/google/inject/BinderTest.java b/core/test/com/google/inject/BinderTest.java
index 536d34e9..fb8f2c5a 100644
--- a/core/test/com/google/inject/BinderTest.java
+++ b/core/test/com/google/inject/BinderTest.java
@@ -360,7 +360,7 @@ public class BinderTest extends TestCase {
/**
* See issue 614, Problem One
- * http://code.google.com/p/google-guice/issues/detail?id=614
+ * https://github.com/google/guice/issues/614
*/
public void testJitDependencyDoesntBlockOtherExplicitBindings() {
Injector injector = Guice.createInjector(new AbstractModule() {
@@ -377,7 +377,7 @@ public class BinderTest extends TestCase {
/**
* See issue 614, Problem Two
- * http://code.google.com/p/google-guice/issues/detail?id=614
+ * https://github.com/google/guice/issues/id=614
*/
public void testJitDependencyCanUseExplicitDependencies() {
Guice.createInjector(new AbstractModule() {
diff --git a/core/test/com/google/inject/ImplicitBindingTest.java b/core/test/com/google/inject/ImplicitBindingTest.java
index d1b0b456..601d632d 100644
--- a/core/test/com/google/inject/ImplicitBindingTest.java
+++ b/core/test/com/google/inject/ImplicitBindingTest.java
@@ -225,7 +225,7 @@ public class ImplicitBindingTest extends TestCase {
static class JitValid2 {}
/**
- * Regression test for http://code.google.com/p/google-guice/issues/detail?id=319
+ * Regression test for https://github.com/google/guice/issues/319
*
* The bug is that a class that asks for a provider for itself during injection time,
* where any one of the other types required to fulfill the object creation was bound