First commit.
This commit is contained in:
8
snippets/java-mode/toString
Normal file
8
snippets/java-mode/toString
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: toString
|
||||
# key: toStr
|
||||
# uuid: toStr
|
||||
# --
|
||||
public String toString() {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user