aboutsummaryrefslogtreecommitdiff
path: root/core/src/com/google/inject/spi/ConvertedConstantBinding.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/com/google/inject/spi/ConvertedConstantBinding.java')
-rw-r--r--core/src/com/google/inject/spi/ConvertedConstantBinding.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/com/google/inject/spi/ConvertedConstantBinding.java b/core/src/com/google/inject/spi/ConvertedConstantBinding.java
index 97db6402..d4ae073a 100644
--- a/core/src/com/google/inject/spi/ConvertedConstantBinding.java
+++ b/core/src/com/google/inject/spi/ConvertedConstantBinding.java
@@ -43,7 +43,7 @@ public interface ConvertedConstantBinding<T> extends Binding<T>, HasDependencies
TypeConverterBinding getTypeConverterBinding();
/**
- * Returns the key for the source binding. That binding can be retrieved from an injector using
+ * Returns the key for the source binding. That binding can e retrieved from an injector using
* {@link com.google.inject.Injector#getBinding(Key) Injector.getBinding(key)}.
*/
Key<String> getSourceKey();