パッケージ構成変更

This commit is contained in:
ろむねこ 2023-12-14 14:24:39 +09:00
parent e518eaf742
commit 58b87f879a
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.source.jgit;
public interface ManageRepo {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.source.jgit.impl;
public class ManageRepoImpl {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.source.jgit.module;
public class ManageRepoModule {
}