mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
qa: testing create java project
This commit is contained in:
parent
11a88eb681
commit
b3f841d25c
7 changed files with 59 additions and 67 deletions
|
@ -81,19 +81,10 @@ local function create_java_class()
|
|||
-- Tulis konten kelas Java ke dalam file
|
||||
local class_content = string.format(
|
||||
[[
|
||||
/*
|
||||
* This Java source file.
|
||||
*/
|
||||
package %s;
|
||||
|
||||
public class %s {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public %s() {
|
||||
|
||||
}
|
||||
// Other methods and fields
|
||||
|
||||
}
|
||||
]],
|
||||
package_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue