You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: encoders/firebase-encoders-processor/src/main/java/com/google/firebase/encoders/processor/getters/AnnotationProperty.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
/** Represents an annotation property/method with its value as explicitly set in source. */
21
21
@AutoValue
22
22
publicabstractclassAnnotationProperty {
23
-
/** Name of the property, e.g. \"value\". */
23
+
/** Name of the property, for example \"value\". */
Copy file name to clipboardExpand all lines: encoders/firebase-encoders-processor/src/main/java/com/google/firebase/encoders/processor/getters/Getter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public abstract class Getter {
45
45
/**
46
46
* Getter's underlying Java type.
47
47
*
48
-
* <p>The type is fully resolved with respect to generics, i.e. {@code Optional<MyType<String>>},
48
+
* <p>The type is fully resolved with respect to generics, for example, {@code Optional<MyType<String>>},
0 commit comments