mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
コンストラクタ追加
This commit is contained in:
parent
f28e506060
commit
d40a630487
|
@ -8,6 +8,16 @@ public class DocumentPath {
|
|||
String rootPath;
|
||||
String path;
|
||||
|
||||
// Constructor
|
||||
|
||||
public DocumentPath() {
|
||||
}
|
||||
|
||||
public DocumentPath(String rootPath, String path) {
|
||||
this.rootPath = rootPath;
|
||||
this.path = path;
|
||||
}
|
||||
|
||||
// Getter
|
||||
|
||||
public String getRootPath() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user