summaryrefslogtreecommitdiff
path: root/vala/valaattribute.vala
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-02-20 11:20:53 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-03-24 14:19:28 +0100
commit0c1eaeabd1067480eba617fd249d8846afa11afb (patch)
treecdd13eae203a53b05dcff17c33cfb495c97a48e3 /vala/valaattribute.vala
parent8058c6751afe65b355674f886f214d259cb72c03 (diff)
downloadvala-0c1eaeabd1067480eba617fd249d8846afa11afb.tar.gz
vala: Remove some public API from expressions and statements
Diffstat (limited to 'vala/valaattribute.vala')
-rw-r--r--vala/valaattribute.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valaattribute.vala b/vala/valaattribute.vala
index ba4f8f185..58a56ca5d 100644
--- a/vala/valaattribute.vala
+++ b/vala/valaattribute.vala
@@ -29,7 +29,7 @@ public class Vala.Attribute : CodeNode {
/**
* The name of the attribute type.
*/
- public string name { get; set; }
+ public string name { get; private set; }
/**
* Contains all specified attribute arguments.