Merge pull request #381 from quazgar/java-method-scope

ENH: Make method scope choosable.
This commit is contained in:
Andrea Crotti 2020-05-23 11:33:12 +01:00 committed by GitHub
commit 6eac47b406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
# name: method
# key: m
# --
${1:public} ${2:void} ${3:name}(${4:args}) {
${1:$$(yas-choose-value '("public" "private" "protected" ""))} ${2:void} ${3:name}(${4:args}) {
$0
}

View File

@ -2,4 +2,4 @@
# name: param
# key: param
# --
@param ${1:paramater} $0
@param ${1:parameter} $0