You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar with #1751.
## Changes
Refactored `MessageEvent` initialization to use the builder pattern:
```java
new MessageEvent.Builder(...).build()
```
This prevents build failures when new fields are added to the
`MessageEvent` class.
Copy file name to clipboardExpand all lines: spring-boot/line-bot-spring-boot-handler/src/test/java/com/linecorp/bot/spring/boot/handler/argument/MessageContentArgumentResolverTest.java
+19-7Lines changed: 19 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,23 @@ class MessageContentArgumentResolverTest {
0 commit comments