Skip to content

Commit f883513

Browse files
T45KNakagawa, Tasuku
and
Nakagawa, Tasuku
authored
Replaced full-width space with half-width space (#912)
Co-authored-by: Nakagawa, Tasuku <tasuku.a.nakagawa@rakuten.com>
1 parent 7fe3c2a commit f883513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doma-core/src/main/java/org/seasar/doma/message/Message.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public enum Message implements MessageResource {
465465
+ "The method must have the return type \"{1}\" and must be non-private and non-args."),
466466
DOMA4105("You can annotate only classes, interfaces, enums and records with @Domain"),
467467
DOMA4106(
468-
"The factory method \"{0}\" is not found. "
468+
"The factory method \"{0}\" is not found. "
469469
+ "The method must have the return type \"{1}\" and the parameter type \"{2}\" and must be non-private and static. "
470470
+ "The type parameter of the method must be same with the type parameter of the class. "
471471
+ "Define the factory method. "

0 commit comments

Comments
 (0)