jklinaku commented on code in PR #257:
URL: https://github.com/apache/pulsar-dotpulsar/pull/257#discussion_r1973235523


##########
src/DotPulsar/Schemas/AvroISpecificRecordSchema.cs:
##########
@@ -120,7 +120,7 @@ private static void TryLoadStatic(
         avroReaderMethod = 
LoadSpecificDatumReaderMethod(avroReader.GetMethods());
     }
 
-    private static void TryLoad(out object avroWriter, out object avroReader)
+    private void TryLoad(out object avroWriter, out object avroReader)

Review Comment:
   it was removed because i didn't think it was needed? i can add it back ofc!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to