タイミングの都合でエラーが出るのでloggerを使わないように

This commit is contained in:
ろむねこ 2024-01-17 11:07:54 +09:00
parent dea5f240f0
commit 58d6ae17c6
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -44,7 +44,7 @@ public class DocumentImpl implements Document {
@Inject @Inject
public DocumentImpl() { public DocumentImpl() {
// Init // Init
logger.debug(TAG, "called"); // logger.debug(TAG, "called");
} }