[ 
https://issues.apache.org/jira/browse/AVRO-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486892#comment-17486892
 ] 

ASF subversion and git services commented on AVRO-3357:
-------------------------------------------------------

Commit ef1efc25c47e2a437c4f2d4475da9d2551d56d8d in avro's branch 
refs/heads/master from Kyle Schoonover
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ef1efc2 ]

AVRO-3357 marked properties readonly (#1508)

Co-authored-by: Kyle T. Schoonover <[email protected]>

> Properties only assigned in constructors should be marked readonly
> ------------------------------------------------------------------
>
>                 Key: AVRO-3357
>                 URL: https://issues.apache.org/jira/browse/AVRO-3357
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>    Affects Versions: 1.11.1
>            Reporter: Kyle Schoonover
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Properties only assigned in constructors should be marked readonly
> ie:
> {code:java}
> public class MyClass
> {
>     private readonly bool test;
>     public MyClass(bool test)
>     {
>         _test = test;
>     {
> }{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to