Skip to content

Commit a899e8d

Browse files
committed
update the name space of the common.avsc file to match the package path of the other files
1 parent e75defa commit a899e8d

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/codedstreams/cryptorisk/contracts/avro

1 file changed

+1
-1
lines changed

src/main/java/com/codedstreams/cryptorisk/contracts/avro/common.avsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"namespace": "com.cryptofirm.contracts.schemas",
2+
"namespace": "com.codedstreams.cryptorisk.contracts.schemas",
33
"type": "record",
44
"name": "PlatformMetadata",
55
"doc": "Common platform metadata",

0 commit comments

Comments
 (0)