Skip to content

Commit 700d8a3

Browse files
vkryachkorlazo
andauthored
Update encoders/protoc-gen-firebase-encoders/src/main/kotlin/com/google/firebase/encoders/proto/codegen/Types.kt
Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent 5e594c6 commit 700d8a3

File tree

1 file changed

+1
-1
lines changed
  • encoders/protoc-gen-firebase-encoders/src/main/kotlin/com/google/firebase/encoders/proto/codegen

1 file changed

+1
-1
lines changed

encoders/protoc-gen-firebase-encoders/src/main/kotlin/com/google/firebase/encoders/proto/codegen/Types.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ sealed class UserDefined : ProtobufType() {
5959
/** Specifies the scope that this type is defined in, i.e. a [Owner.Package] or a parent [Message]. */
6060
abstract val owner: Owner
6161

62-
/** Unqualified name of this type */
62+
/** Unqualified name of this type. */
6363
abstract val name: String
6464

6565
/** A fully qualified java name of this type, i.e. `com.example.Outer$Inner`. */

0 commit comments

Comments
 (0)