commit
5ab08ed775
@ -196,7 +196,7 @@ snippet renx
|
||||
##
|
||||
## Setter and Getter Methods
|
||||
snippet set
|
||||
$1 void set$3($2 $4){
|
||||
${1:public} void set${3:}(${2:String} ${4:}){
|
||||
this.$4 = $4;
|
||||
}
|
||||
snippet get
|
||||
|
Loading…
Reference in New Issue
Block a user