Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update uuid.proto (#85)
Browse files Browse the repository at this point in the history
Fix a typo in the java_outer_classname option
  • Loading branch information
Steven Hartley authored Jan 10, 2024
1 parent ce0f357 commit 78bfef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/proto/uuid.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
package uprotocol.v1;

option java_package = "org.eclipse.uprotocol.v1";
option java_outer_classname = "UUIRProto";
option java_outer_classname = "UUIDProto";
option java_multiple_files = true;


// The UUID datamodel per https://datatracker.ietf.org/doc/html/rfc4122[RFC 4122]
message UUID {
fixed64 msb = 1; // Most significant bits
fixed64 lsb = 2; // Least significant bits
}
}

0 comments on commit 78bfef1

Please sign in to comment.