java set snippet fixed
This commit is contained in:
parent
a558a9787b
commit
8dd16c1caa
@ -196,7 +196,7 @@ snippet renx
|
|||||||
##
|
##
|
||||||
## Setter and Getter Methods
|
## Setter and Getter Methods
|
||||||
snippet set
|
snippet set
|
||||||
$1 void set$3($2 $4){
|
${1:public} void set${3:}(${2:String} ${4:}){
|
||||||
this.$4 = $4;
|
this.$4 = $4;
|
||||||
}
|
}
|
||||||
snippet get
|
snippet get
|
||||||
|
Loading…
Reference in New Issue
Block a user