aboutsummaryrefslogtreecommitdiff
path: root/factory/src/test/resources/expected/FactoryExtendingAbstractClassThrowsFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'factory/src/test/resources/expected/FactoryExtendingAbstractClassThrowsFactory.java')
-rw-r--r--factory/src/test/resources/expected/FactoryExtendingAbstractClassThrowsFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/factory/src/test/resources/expected/FactoryExtendingAbstractClassThrowsFactory.java b/factory/src/test/resources/expected/FactoryExtendingAbstractClassThrowsFactory.java
index 402f8946..acc417ba 100644
--- a/factory/src/test/resources/expected/FactoryExtendingAbstractClassThrowsFactory.java
+++ b/factory/src/test/resources/expected/FactoryExtendingAbstractClassThrowsFactory.java
@@ -21,7 +21,7 @@ import javax.inject.Inject;
@Generated(
value = "com.google.auto.factory.processor.AutoFactoryProcessor",
- comments = "https://github.com/google/auto/tree/master/factory"
+ comments = "https://github.com/google/auto/tree/main/factory"
)
final class FactoryExtendingAbstractClassThrowsFactory
extends FactoryExtendingAbstractClassThrows.AbstractFactory {