We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e594c6 commit 700d8a3Copy full SHA for 700d8a3
encoders/protoc-gen-firebase-encoders/src/main/kotlin/com/google/firebase/encoders/proto/codegen/Types.kt
@@ -59,7 +59,7 @@ sealed class UserDefined : ProtobufType() {
59
/** Specifies the scope that this type is defined in, i.e. a [Owner.Package] or a parent [Message]. */
60
abstract val owner: Owner
61
62
- /** Unqualified name of this type */
+ /** Unqualified name of this type. */
63
abstract val name: String
64
65
/** A fully qualified java name of this type, i.e. `com.example.Outer$Inner`. */
0 commit comments