Skip to content

Commit c0804e0

Browse files
committed
未使用メソッドの削除
「通常は発生しない」と書いていたのを b69ae07 で本当に発生しなく出来て不要になっていた。
1 parent da51492 commit c0804e0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

jig-core/src/main/java/org/dddjava/jig/application/JigEventRepository.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import org.slf4j.Logger;
66
import org.slf4j.LoggerFactory;
77

8-
import java.io.IOException;
98
import java.nio.file.Path;
109
import java.util.*;
1110

@@ -62,12 +61,6 @@ public boolean hasError() {
6261
basePath, e.getClass().getName(), e.getMessage(), e);
6362
}
6463

65-
public void registerクラスファイルの読み込みに失敗しました(Path path, IOException e) {
66-
logger.warn("{} のファイル内容取得に失敗しました。スキップして続行しますが、このファイルの情報は結果に含まれません。" +
67-
"通常は発生しない想定ですが、読み取り不可となっている場合などに発生します。環境を確認してください。(type={}, message={})",
68-
path, e.getClass().getName(), e.getMessage(), e);
69-
}
70-
7164
/**
7265
* ユーザーへの警告
7366
*/

0 commit comments

Comments
 (0)